Skip to content

Instantly share code, notes, and snippets.

@skids
Created August 22, 2016 01:37
Show Gist options
  • Select an option

  • Save skids/50a89c7c735368de803701c7a31b486b to your computer and use it in GitHub Desktop.

Select an option

Save skids/50a89c7c735368de803701c7a31b486b to your computer and use it in GitHub Desktop.

Revisions

  1. skids created this gist Aug 22, 2016.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    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);