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

14 lines
142 B
Plaintext

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