Files

11 lines
121 B
Plaintext

@type [compiler]
@source
'Hello, world!';
@bytecode
PUSHSTR "Hello, world!";
POP 1;
EXIT;