Loops
DryLang uses the lp keyword for all looping.
Fixed Count Loop
Loop a specific number of times:
Conditional Loop
Loop while a condition is true:
Infinite Loop
Omit the expression for an infinite loop:
DryLang uses the lp keyword for all looping.
Loop a specific number of times:
Loop while a condition is true:
Omit the expression for an infinite loop: