summaryrefslogtreecommitdiff
path: root/rulescat.tex
blob: 863ba9671921bd14e68cfb8389454fa8b189f89e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 \smurfinline{"Zork" "mid" +}
		would result in the string \texttt{Zorkmid} being placed on the stack.
\end{quote}

De string bovenop de stack wordt toegevoegd aan de string hieronder. Het
resultaat wordt op de stack gezet.

Dit geeft de volgende regel:
\thercatns