Files
Noja/tests/runtime/eql/int_eql_int_true.noja-test
T

13 lines
130 B
Plaintext

@type [runtime]
@bytecode
PUSHINT 7;
PUSHINT 7;
EQL;
PUSHVAR "print";
CALL 1, 1;
POP 1;
EXIT;
@output [true]