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

14 lines
136 B
Plaintext

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