Files
Noja/tests/runtime/grt/int_grt_int_00.noja-test
T

14 lines
134 B
Plaintext

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