Supported Escape Sequences

Below are the supported escape sequences in Pyr.

Escape SequenceDescription
\ then newlinea trailing slash for escaping newline at the end
\'single quote
\"double quote
\\backslash
\aaudible bell
\bbackspace
\fform feed
\nnewline
\rcarriage return
\ttab
\vvertical tab
\ then 3 octal numbersoctal value in ascii
\x then 2 hex numbershexadecimal value in ascii
\u then 4..=6 hex numbersunicode char