Files
Noja/tests/runtime/sub/int_minus_int_3.noja-test

14 lines
136 B
Plaintext

@type [runtime]
@bytecode
PUSHINT 90;
PUSHINT -700;
SUB;
PUSHVAR "print";
CALL 1, 1;
POP 1;
EXIT;
@output [790]