Skip to content

Instantly share code, notes, and snippets.

@FROGGS
Created November 9, 2013 13:54
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 FROGGS/a6c7ba8f673eb2818dd1 to your computer and use it in GitHub Desktop.
Save FROGGS/a6c7ba8f673eb2818dd1 to your computer and use it in GitHub Desktop.
- QAST::Op(callmethod map) .say for 1, 2, 3 ... 10, 20 ... 100
- QAST::Op(call &infix:<,>)
- QAST::Op(call &infix:<...>) ...
- QAST::Op(call &infix:<,>) ,
- QAST::Want 1
- QAST::Want 2
- QAST::Want 3
- QAST::Op(call &infix:<,>) ,
- QAST::Want 10
- QAST::Want 20
- QAST::Want 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment