11 lines
163 B
Plaintext
11 lines
163 B
Plaintext
@type [compiler]
|
|
|
|
@source
|
|
|
|
'This \t is an horizontal tab!';
|
|
|
|
@bytecode
|
|
|
|
PUSHSTR "This \t is an horizontal tab!";
|
|
POP 1;
|
|
EXIT; |