Files
Noja/tests/runtime/lss/float_lss_float_03.noja-test
T

14 lines
138 B
Plaintext

@type [runtime]
@bytecode
PUSHFLT 7.2;
PUSHFLT 7.1;
LSS;
PUSHVAR "print";
CALL 1, 1;
POP 1;
EXIT;
@output [false]