Files
Noja/tests/runtime/grt/float_grt_float_01.noja-test
T

14 lines
138 B
Plaintext

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