Files
Noja/tests/runtime/leq/float_leq_int_00.noja-test

14 lines
135 B
Plaintext

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