Skip to content

Instantly share code, notes, and snippets.

@FROGGS

FROGGS/xiaolin Secret

Last active December 14, 2015 10:49
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/281ee5b2ed5563b5ccb6 to your computer and use it in GitHub Desktop.
Save FROGGS/281ee5b2ed5563b5ccb6 to your computer and use it in GitHub Desktop.
<FROGGS> nr: my ($x0, \x1) = (1, 2); say $x0; say x1
<p6eval> niecza v24-24-gbdc3343: OUTPUT«1␤2␤»
<p6eval> ..rakudo 123dfa: OUTPUT«===SORRY!===␤Error while compiling block : Error while compiling op call: Error while compiling block : Error while compiling op call: Null PMC access in find_method('handle')␤»
<FROGGS> nr: my \x0 = 1; say x0
<p6eval> rakudo 123dfa, niecza v24-24-gbdc3343: OUTPUT«1␤»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment