/xiaolin Secret
Last active
December 14, 2015 10:49
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<FROGGS> nr: my ($x0, \x1) = (1, 2); say $x0; say x1 | |
<p6eval> niecza v24-24-gbdc3343: OUTPUT«12» | |
<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