Created
August 22, 2016 01:37
-
-
Save skids/50a89c7c735368de803701c7a31b486b to your computer and use it in GitHub Desktop.
Revisions
-
skids created this gist
Aug 22, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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);