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

14 lines
136 B
Plaintext

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