Skip to content

Instantly share code, notes, and snippets.

@hoelzro
Created June 26, 2014 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoelzro/540f92e81823e5e89c8e to your computer and use it in GitHub Desktop.
Save hoelzro/540f92e81823e5e89c8e to your computer and use it in GitHub Desktop.
sub test(Str $name, Str :@names) {}
test('Hello', :names([]));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment