next up previous contents
Next: ``case'' block Up: ``if-else'' block Previous: ``if-else'' block   Contents

flow

\begin{grammar}
<ifelse> ::= <if> \vert <if> ''else'' <block> \vert <if> ''else'' <ifelse>
\par <if> ::= ''if'' \lq (' <bolvar> \lq )' <block>
\end{grammar}


2002-06-10