Help for this page

Select Code to Download


  1. or download this
    sub test { say for @_ }
    test($x=0, $x=$x+1, $x++, ++$x);
    
  2. or download this
    3
    3
    1
    3