Files
Noja/tests/runtime/ass/ass_00.noja-test
T

17 lines
155 B
Plaintext

@type [runtime]
@bytecode
PUSHNNE;
ASS "xyz";
POP 1;
PUSHVAR "xyz";
PUSHVAR "print";
CALL 1, 1;
POP 1;
EXIT;
@output [none]