13 lines
109 B
Plaintext
13 lines
109 B
Plaintext
|
|
@type [compiler]
|
|
@source
|
|
|
|
1 > 2;
|
|
|
|
@bytecode
|
|
|
|
PUSHINT 1;
|
|
PUSHINT 2;
|
|
GRT;
|
|
POP 1;
|
|
EXIT; |