Skip to content

Commit

Permalink
Turned equations into assignments in when-algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
casella committed Sep 10, 2021
1 parent 80f268a commit 3fba202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/equations.tex
Expand Up @@ -400,9 +400,9 @@ \subsubsection{Application of the Single-assignment Rule to When-Equations}\labe
algorithm
$\ldots$
when condition1 then
close = true;
close := true;
elsewhen condition2 then
close = false;
close := false;
end when;
$\ldots$
end WhenPriority;
Expand Down

0 comments on commit 3fba202

Please sign in to comment.