Skip to content
liquidiert edited this page Nov 21, 2018 · 5 revisions

The loop keyword indicates the start of a loop.
Per default it creates a while loop, but when a for is in line (equal on wich position) it's creating a for loop
Usage:

loop (for) !iterator variable! [end condition]
Clone this wiki locally