12 lines
94 B
Plaintext
12 lines
94 B
Plaintext
|
|
@type [compiler]
|
|
@source
|
|
|
|
not 1;
|
|
|
|
@bytecode
|
|
|
|
PUSHINT 1;
|
|
NOT;
|
|
POP 1;
|
|
EXIT; |