From 16c7647c8941171e74da3e6e05d6154752fca013 Mon Sep 17 00:00:00 2001 From: Evi Date: Fri, 29 Apr 2016 15:06:26 +0200 Subject: template cat quotify, first version push --- rulesquotify.tex | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 rulesquotify.tex (limited to 'rulesquotify.tex') diff --git a/rulesquotify.tex b/rulesquotify.tex new file mode 100644 index 0000000..50acc22 --- /dev/null +++ b/rulesquotify.tex @@ -0,0 +1,17 @@ +% vim: set spelllang=nl: +\subsection{\texttt{Quotify}} +\label{sec:rules:quotify} + +\begin{quote} +q - "Quotifies" the string on top of the stack, so that it can be placed + into a Smurf program as a literal string, eg + Arthur "two-sheds" Jackson + becomes + "Arthur $\backslash$ "two-sheds $\backslash$ " Jackson" +\end{quote} + + +Er worden dus quotes om de string heen gezet. Als er in de oorspronkelijke string quotes stonden dan wordt voor iedere van deze quotes een "$\backslash$" geplaats. + +Dit geeft de volgende regel: + -- cgit v1.2.3