Skip to content

Commit

Permalink
Update chapters/statements.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
HansOlsson and henrikt-ma committed May 12, 2023
1 parent f2fac66 commit 7106911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/statements.tex
Expand Up @@ -307,7 +307,7 @@ \subsection{While-Statement}\label{while-statement}
\end{enumerate}

Event-generating expressions are neither allowed in the \lstinline!expression! nor in the loop body statements.
A deprecated feature is that there is an implicit \lstinline!noEvent! for such \lstinline!while!-statement.
A deprecated feature is that all expressions in a \lstinline!while!-statement are implicitly inside \lstinline!noEvent!.

\subsection{Break-Statement}\label{break-statement}

Expand Down

0 comments on commit 7106911

Please sign in to comment.