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

14 lines
146 B
Plaintext

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