Files
Noja/tests/runtime/geq/float_geq_int_01.noja-test
T

14 lines
136 B
Plaintext

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