Skip to content

Commit

Permalink
MakeNormative
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Dec 14, 2022
1 parent 56f68b6 commit 2d4a795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chapters/statements.tex
Expand Up @@ -233,7 +233,9 @@ \subsubsection{Implicit Iteration Ranges}\label{implicit-iteration-ranges}
\end{lstlisting}
\end{example}

\begin{nonnormative}
The size of an array -- the iteration range -- can be evaluated on entry to the \lstinline!for!-loop, since the array size cannot change during the execution of the \lstinline!for!-loop.
\end{nonnormative}

\subsubsection{Types as Iteration Ranges}\label{types-as-iteration-ranges}

Expand Down

0 comments on commit 2d4a795

Please sign in to comment.