Skip to content

Commit ea0d72d

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Template.DoLoop.py / Until.py ( Fixes #929, Fixes #939 )
Adding Until and making documentation more consistent.
1 parent b34ad58 commit ea0d72d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/Template.DoLoop.py.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ By default, zero
6767
### Notes
6868
There is not a proper `do` loop in Python, so we have to be a little creative.
6969

70-
This will produce a while loop where the `-InitialCondition` should always be true, and,
70+
This will produce a while loop where the `-InitialCondition` should always be true,
71+
and the `-Condition` will be checked at the end of each loop.
72+
73+
If the `Condition` is false, then the loop will break.
7174

7275
---
7376

0 commit comments

Comments
 (0)