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