Files
Noja/tests/compiler/expr/relational/Testcase_002_019.noja-test

13 lines
110 B
Plaintext

@type [compiler]
@source
1 <= 2;
@bytecode
PUSHINT 1;
PUSHINT 2;
LEQ;
POP 1;
EXIT;