Files
Noja/tests/runtime/add/float_plus_float_4.noja-test
T

14 lines
147 B
Plaintext

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