Skip to content

Instantly share code, notes, and snippets.

@MasterDuke17
Created April 12, 2017 15:39
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 MasterDuke17/c360883b4065e29a1a508d69bc7faa72 to your computer and use it in GitHub Desktop.
Save MasterDuke17/c360883b4065e29a1a508d69bc7faa72 to your computer and use it in GitHub Desktop.
- QAST::Stmts say(nqp::seekfh(nqp::open(\"a\", \"r\"), 1, 0))
- QAST::Stmts
- QAST::Op(call &say) nqp::seekfh(nqp::open(\"a\", \"r\"), 1, 0)
- QAST::Op(seekfh) nqp::seekfh(nqp::open(\"a\", \"r\"), 1, 0)
- QAST::Op(open) nqp::open(\"a\", \"r\")
- QAST::SVal(a)
- QAST::SVal(r)
- QAST::IVal(1)
- QAST::IVal(0)
- QAST::Stmts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment