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 doend block syntax and support break and continue for loop control.


Table of contents


Back to top

Copyright © Mesch Systems 2025-2026. All rights reserved.