Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created April 26, 2012 20:29
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 tadzik/2502814 to your computer and use it in GitHub Desktop.
Save tadzik/2502814 to your computer and use it in GitHub Desktop.
my Mu $env := pir::new__Ps('Env');
$env.set_string_keyed(nqp::unbox_s('TESTVAR'), nqp::unbox_s('TESTVAL'));
say nqp::p6box_s($env.get_string_keyed(nqp::unbox_s('TESTVAR')));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment