Skip to content

Instantly share code, notes, and snippets.

@pmichaud
Created September 21, 2009 20:23
Show Gist options
  • Save pmichaud/190523 to your computer and use it in GitHub Desktop.
Save pmichaud/190523 to your computer and use it in GitHub Desktop.
sub foo(@a, $b, $c) {
say @a<xyz>;
}
foo( (1, :xyz<2>, 3), 4, 5);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment