Files
Noja/tests/runtime/add/float_plus_int_3.noja-test

14 lines
143 B
Plaintext

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