11 lines
136 B
Plaintext
11 lines
136 B
Plaintext
@type [compiler]
|
|
|
|
@source
|
|
|
|
'Look at this \'!';
|
|
|
|
@bytecode
|
|
|
|
PUSHSTR "Look at this '!";
|
|
POP 1;
|
|
EXIT; |