Skip to content

Commit

Permalink
One more case of 'Boolean'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Oct 14, 2020
1 parent 51e360e commit eaf90fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions chapters/equations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,7 @@ \subsection{When-Equations}\label{when-equations}
end when ";"
\end{lstlisting}

The \lstinline!expression! of a when-equation shall be a discrete-time Boolean
scalar or vector expression. The statements within a when-equation are
activated when the scalar expression or any of the elements of the
vector expression becomes true.
The \lstinline!expression! of a when-equation shall be a discrete-time \lstinline!Boolean! scalar or vector expression. The statements within a when-equation are activated when the scalar expression or any of the elements of the vector expression becomes true.

\begin{example}
The order between the equations in a when-equation does not matter, e.g.
Expand Down

0 comments on commit eaf90fe

Please sign in to comment.