Iteration
Jyro provides three loop constructs: while for condition-based loops, for for range-based iteration over numeric sequences, and foreach for iterating over arrays, strings, and object values. All loops use the do…end block syntax and support break and continue for loop control.