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

13 lines
123 B
Plaintext

@type [runtime]
@bytecode
PUSHFLT -2.3;
NEG;
PUSHVAR "print";
CALL 1, 1;
POP 1;
EXIT;
@output [2.30]