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

11 lines
147 B
Plaintext

@type [compiler]
@source
'This \n is a newline!';
@bytecode
PUSHSTR "This \n is a newline!";
POP 1;
EXIT;