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

13 lines
120 B
Plaintext

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