Skip to content

Commit

Permalink
Update copy of 'algorithm-section' rule to match appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Aug 11, 2021
1 parent e9abf3c commit d2e400d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/statements.tex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ \section{Algorithm Sections}\label{algorithm-sections}
The formal syntax is as follows:
\begin{lstlisting}[language=grammar]
algorithm-section :
[ initial ] algorithm { statement ";" | annotation ";" }
[ initial ] algorithm { statement ";" }
\end{lstlisting}

Like an equation, an algorithm section relates variables, i.e., constrains the values that these variables can take simultaneously.
Expand Down

0 comments on commit d2e400d

Please sign in to comment.