6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
PUSHSTR "Hello, world!\n";
|
|
PUSHVAR "print";
|
|
CALL 1, 1;
|
|
POP 1;
|
|
RETURN 0;
|