Skip to content

Instantly share code, notes, and snippets.

@skids
Created August 22, 2016 01: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 skids/50a89c7c735368de803701c7a31b486b to your computer and use it in GitHub Desktop.
Save skids/50a89c7c735368de803701c7a31b486b to your computer and use it in GitHub Desktop.
xliff
sub d (
$obj,
Int :$i = 2,
Int :$j = 0,
Bool :$c = True,
Int :$x = 50,
Bool :$g = False,
Bool :$m = True )
{ say "$i/$j/$c/$x/$g/$m"; } d(42,:!m);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment