Difference between revisions of "Loops"
(Created page with "Under construction") |
Tags: Mobile web edit Mobile edit |
||
(One intermediate revision by the same user not shown) | |||
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 |
Latest revision as of 23:12, 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