Files
Noja/tests/runtime/nlb/nlb_00.noja-test
T

13 lines
124 B
Plaintext

@type [runtime]
@bytecode
PUSHVAR "int";
NLB;
PUSHVAR "print";
CALL 1, 1;
POP 1;
EXIT;
@output [?int]