Help for this page

Select Code to Download


  1. or download this
    package Loop_unroll;
    
    ...
    
    1;
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
        return $_[0]*fact($_[0]-1);
    }
    
  3. or download this
    
    package Recur_unroll;
    ...
    
    1;