Help for this page

Select Code to Download


  1. or download this
    doit(1, 2, 3);
    againSam(1, 2, 3);
    ...
        
        print "<@values>\n";
    }
    
  2. or download this
    <1 2 3>
    <1 2 3>
    <>
    <>
    
  3. or download this
    sub andAgain ($);
    
    ...
        
        print "<@values>\n";
    }
    
  4. or download this
    <3>
    <1 2 3>