Skip to content

Instantly share code, notes, and snippets.

Created June 25, 2011 15:28
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 anonymous/1046587 to your computer and use it in GitHub Desktop.
Save anonymous/1046587 to your computer and use it in GitHub Desktop.
pmichaud@kiwi:~/nom$ ./perl6
> say 1,2,3
123
> say (1,2,3)
1 2 3
> print (gist 1,2,3), "\n"
1 2 3
> say 1..3
1..3
> say 1...3
1 2 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment