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 Apr 21, 2023
1 parent 111330f commit d6f48db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/statements.tex
Expand Up @@ -179,7 +179,7 @@ \subsection{For-Statement}\label{for-statement}

If the \lstinline!for!-statement contains expressions that will generate events, the range shall be an evaluable expression.
\begin{nonnormative}
The same event-generating expression in different iterations of the for-loop are seen as different crossing functions, and the restriction ensures that their number is known during translation time.
In general, the same event-generating expression requires distinct crossing functions for different iterations of the \lstinline!for!-loop, and the restriction ensures that the number of crossing functions is known during translation time.
\end{nonnormative}
\begin{example}
\begin{lstlisting}[language=modelica]
Expand Down

0 comments on commit d6f48db

Please sign in to comment.