Files
Noja/tests/suite/Testcase_002_017
T

12 lines
92 B
Plaintext

#source
1 < 2;
#bytecode
PUSHINT 1;
PUSHINT 2;
LSS;
POP 1;
EXIT;