Files
Noja/tests/runtime/push/pushint.noja-test
T

13 lines
112 B
Plaintext

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