(Added action names)
Tags: Mobile web edit Mobile edit
Tags: Mobile web edit Mobile edit
 
Line 2: Line 2:
  
 
Repeat actions
 
Repeat actions
 +
 
• Fixed number
 
• Fixed number
 +
 
• While condition repeat
 
• While condition repeat
 +
 
• Do once and repeat while condition
 
• Do once and repeat while condition
 +
 
• Endless loop (until break)
 
• Endless loop (until break)
  

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