Skip to content

Commit

Permalink
Give a non-normative reason for not allowing 'array()' or '{}'
Browse files Browse the repository at this point in the history
The new formulation works better as a separate paragraph.
  • Loading branch information
henrikt-ma committed Apr 23, 2020
1 parent f826389 commit eeb3b28
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions chapters/arrays.tex
Expand Up @@ -555,8 +555,11 @@ \section{Vector, Matrix and Array Constructors}\doublelabel{vector-matrix-and-ar
\item
\lstinline!{A, B, C, ...}! is a shorthand notation for \lstinline!array(A, B, C, ...)!.
\item
There must be at least one argument {[}\emph{i.e.,} \lstinline!array()! \emph{or}
\lstinline!{}! \emph{is not defined}{]}.
There must be at least one argument.
\begin{nonnormative}
The reason \lstinline!array()! or \lstinline!{}! is not defined is that at least one argument is
needed to determine the type of the resulting array.
\end{nonnormative}
\end{itemize}

\begin{example}
Expand Down

0 comments on commit eeb3b28

Please sign in to comment.