Skip to main content

For

Usual programming command. Write easily a loop that needs to be run a specific number of times.

Syntax

for..iterator..end

Description

The iterator can belong to a range, list..., and the increment is determined by the type of structure used.

programming.for.calc.png