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