Skip to content

Instantly share code, notes, and snippets.

@peschwa
Created November 12, 2015 14:18
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 peschwa/1dc68ed6c8675320e7b8 to your computer and use it in GitHub Desktop.
Save peschwa/1dc68ed6c8675320e7b8 to your computer and use it in GitHub Desktop.
$ ./perl6-m main.pl6 -foo
True
$ ./perl6-m main.pl6 -f
True
$ cat main.pl6
sub MAIN(Bool :f(:$foo)) { say $foo }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment