Files
Noja/tests/runtime/nql/float_nql_float_false.noja-test
T

13 lines
135 B
Plaintext

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