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

14 lines
136 B
Plaintext

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