10 lines
109 B
Plaintext
10 lines
109 B
Plaintext
|
|
#source
|
|
|
|
'Hello, world!';
|
|
|
|
#bytecode
|
|
|
|
PUSHSTR "Hello, world!";
|
|
POP 1;
|
|
RETURN 0; |