summaryrefslogtreecommitdiff
path: root/rulescat.tex
diff options
context:
space:
mode:
Diffstat (limited to 'rulescat.tex')
-rw-r--r--rulescat.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/rulescat.tex b/rulescat.tex
new file mode 100644
index 0000000..d05e0e5
--- /dev/null
+++ b/rulescat.tex
@@ -0,0 +1,15 @@
+% vim: set spelllang=nl:
+\subsection{\texttt{Cat}}
+\label{sec:rules:cat}
+
+\begin{quote}
+ + - concatenates the top two strings on the stack. The string pushed earlier
+ appears earlier in the resulting string, eg
+ "Zork" "mid" +
+ would result in the string "Zorkmid" being placed on the stack.
+\end{quote}
+
+De twee strings die als laatste op de stack zijn gezet worden dus samen gevoegd en terug op de stack gezet.
+
+Dit geeft de volgende regel:
+