Files
Noja/tests/runtime/geq/float_geq_int_02.noja-test

14 lines
135 B
Plaintext

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