Files
Noja/tests/runtime/lss/float_lss_int_00.noja-test

14 lines
135 B
Plaintext

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