diff options
-rw-r--r-- | rulespush.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rulespush.tex b/rulespush.tex index 8208ae5..c14feae 100644 --- a/rulespush.tex +++ b/rulespush.tex @@ -4,8 +4,11 @@ \begin{quote} "text" - Places the string on top of the stack (without the quotes). The - string may include the following escape sequences: newline, the - \verb$"$-character and the \verb$\$-character. + string may include the following escape sequences: + + \verb$\n$ = newline \\ + \verb$\"$ = the \verb$"$ character \\ + \verb$\\$ = the \verb$\$ character. \end{quote} De string tussen de aanhalingstekens word op de stack gezet, nadat escape |