DryLang uses the lp keyword for all looping.
Loop a specific number of times. The index variable i (starting at 0) is automatically injected into the loop context!
Loop while a condition is true:
Omit the expression for an infinite loop:
If you want to execute multiple iterations asynchronously in parallel, use the mul keyword. Like lp, mul also automatically injects the i index into its context: