summaryrefslogtreecommitdiff
path: root/doc/language.tex
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-05-31 01:41:39 +0200
committerEugen Wissner <belka@caraus.de>2026-05-31 08:45:09 +0200
commit9634ad51a2c3afb98362ab9635ba762c4c3f1bbf (patch)
tree065b10a6132c99e6389326fc7859964dac656cec /doc/language.tex
parent74010389716f0389b873f610365bb43ab26e9948 (diff)
downloadelna-9634ad51a2c3afb98362ab9635ba762c4c3f1bbf.tar.gz
Parse escape sequences in strings
Diffstat (limited to 'doc/language.tex')
-rw-r--r--doc/language.tex6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/language.tex b/doc/language.tex
index cce2fcb..36ee877 100644
--- a/doc/language.tex
+++ b/doc/language.tex
@@ -84,7 +84,7 @@ called the \textit{the length} of the string.
\begin{grammar}
<escaped-character> = `\\' \\
- (`n' | `a' | `b' | `t' | `f' | `r' | `v' | `\\' | `\textquotesingle' | `\textquotedbl' | `0').
+ (`n' | `t' | `f' | `r' | `v' | `\\' | `\textquotesingle' | `\textquotedbl' | `0').
<hex-character> = `\\x' <hex-digit> \{<hex-digit>\}.
@@ -106,10 +106,6 @@ beginning with a backslash (\textbackslash).
\toprule
\verb|\n| & Newline \\
\midrule
- \verb|\a| & Bell \\
- \midrule
- \verb|\b| & Backspace \\
- \midrule
\verb|\t| & Horizontal tab \\
\midrule
\verb|\f| & Form feed \\