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

11 lines
136 B
Plaintext

@type [compiler]
@source
'Look at this \'!';
@bytecode
PUSHSTR "Look at this '!";
POP 1;
EXIT;