Compare two revisions of: Variables

... ... @@ -159,6 +159,7 @@ A detailed explanation is given in [RandadjustIf](RandadjustIf.md).
159 159 There is a switch/case statement to make sure your variables satisfy specific constraints.
160 160
161 161 ```LaTeX
162 +\begin{switch}
162 163 \begin{case}{condition1}
163 164 ... variable definitions ...
164 165 \end{case}
165 166