Help for this page

Select Code to Download


  1. or download this
    multi sub a(Str(Any) $s, Int(Any) $i) { }
    
  2. or download this
    my @args = <1   foo   2.3   bar>;
    .WHAT.say for @args; # (Int) (Str) (Num) (Str)