Skip to content

Commit

Permalink
Update chapters/statements.tex
Browse files Browse the repository at this point in the history
Use proposed ", where the expressions" instead of " - that"

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
HansOlsson and henrikt-ma committed Jun 22, 2020
1 parent 13b9809 commit f9b7184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/statements.tex
Expand Up @@ -217,7 +217,7 @@ \subsubsection{Implicit Iteration Ranges}\doublelabel{implicit-iteration-ranges}

An iterator \lstinline!IDENT in range-expr! without the \lstinline!in range-expr! requires that
the \lstinline!IDENT! appears as the subscript of one or several subscripted
expressions - that are not part of an array in a component of an expandable connector.
expressions, where the expressions are not part of an array in a component of an expandable connector.
The dimension size of the array expression in the indexed
position is used to deduce the \lstinline!range-expr! as
\lstinline!1:size(array-expression,indexpos)! if the indices are a subtype of
Expand Down

0 comments on commit f9b7184

Please sign in to comment.