15 lines
264 B
TeX
15 lines
264 B
TeX
|
% master: if_bedingung.tex
|
||
|
% if-Bedingung v0.1
|
||
|
% 2011-06-08 (Rx)
|
||
|
|
||
|
\subsection{if-Bedingung}
|
||
|
%------------------------
|
||
|
|
||
|
\begin{verbatim}
|
||
|
if (Bedingung) Wenn die Bedingung Wahr,
|
||
|
{
|
||
|
Befehle ; Befehle ausführen
|
||
|
}
|
||
|
\end{verbatim}
|
||
|
|