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

11 lines
163 B
Plaintext

@type [compiler]
@source
'This \t is an horizontal tab!';
@bytecode
PUSHSTR "This \t is an horizontal tab!";
POP 1;
EXIT;