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

14 lines
138 B
Plaintext

@type [runtime]
@bytecode
PUSHFLT 7.3;
PUSHFLT 7.1;
LEQ;
PUSHVAR "print";
CALL 1, 1;
POP 1;
EXIT;
@output [false]