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

11 lines
143 B
Plaintext

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