Help for this page

Select Code to Download


  1. or download this
    my (Str $y, Int $x) := ret-test'(5);  # y=>'Smith', x=>1, so OK
    
  2. or download this
    my (Str $y, Int $x) := ret-test(5);  # ($x,$y) gets (1,'Smith'), WRONG