Difference between revisions of "Loops"
(Created page with "Under construction") |
(Added action names) Tags: Mobile web edit Mobile edit |
||
Line 1: | Line 1: | ||
− | Under construction | + | Under construction... |
+ | |||
+ | Repeat actions | ||
+ | • Fixed number | ||
+ | • While condition repeat | ||
+ | • Do once and repeat while condition | ||
+ | • Endless loop (until break) | ||
+ | |||
+ | Iterate Dictionary/Array | ||
+ | |||
+ | Break From Loop | ||
+ | |||
+ | Continue Loop |
Revision as of 23:11, 12 May 2025
Under construction...
Repeat actions • Fixed number • While condition repeat • Do once and repeat while condition • Endless loop (until break)
Iterate Dictionary/Array
Break From Loop
Continue Loop