Help for this page

Select Code to Download


  1. or download this
    multi a(Str $x) { say "got a string" }
    mutli a(@a)     { say "got an array" }
    ...
        # what's the context here?
    }
    a(b());