% 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: