Files
Noja/tests/runtime/tcase_003.noja-test
T

13 lines
112 B
Plaintext

@type [runtime]
@bytecode
PUSHINT 7;
PUSHVAR "print";
CALL 1, 1;
POP 1;
EXIT;
@output [7]