Files
Noja/tests/runtime/leq/int_leq_float_02.noja-test
T

14 lines
135 B
Plaintext

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