Created
August 22, 2016 01:37
-
-
Save skids/50a89c7c735368de803701c7a31b486b to your computer and use it in GitHub Desktop.
xliff
This file contains 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 characters
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