Files
Noja/tests/runtime/nql/float_nql_float_true.noja-test

13 lines
134 B
Plaintext

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