Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
explanation of toTickFromLastIteration function
Browse files Browse the repository at this point in the history
  • Loading branch information
ct2034 committed Mar 12, 2024
1 parent a037461 commit 942313f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rep-2018.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ as shown below.

::

In the following pseudocode and the one for *Fallback with Memory*, the
function *toTickFromLastIteration* returns the value of the variable toTick
from the last iteration of this control flow node. If it is the first
iteration, it returns 1.

toTick ← toTickFromLastIteration();
for j ← toTick to n do
response ← child(j).tick()
Expand Down

0 comments on commit 942313f

Please sign in to comment.