t3x.org / t3x / t3x-manual / 631.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
6.3 Miscellaneous
TOC | Index | Back Next:
6.3.2 Tcode Instruction Set

6.3.1 Escape Sequences

Escape
Seqences
ASCII
Code
Name Description
\a \A 0x07 BEL Ring terminal bell
\b \B 0x08 BS Backspace
\e \E 0x1B ESC Introduce control sequence
\f \F 0x12 FF Form feed
\n \N 0x0A LF Line feed
\q \Q \" 0x22 - Literal quote character
\r \R 0x0D CR Carriage return
\t \T 0x09 HT Horizontal tabulator
\v \V 0x0B VT Vertical tabulator
\\ 0x5C - Literal backslash
Previous:
6.3 Miscellaneous
TOC | Index | Back Next:
6.3.2 Tcode Instruction Set