Files
Noja/tests/compiler/expr/primary/primary_002.noja-test
T

11 lines
121 B
Plaintext

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