Files
Noja/tests/runtime/sub/float_minus_int_3.noja-test
T

14 lines
142 B
Plaintext

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