This repository was archived by the owner on Jul 25, 2026. It is now read-only.
Ry v2.0.6
New features:
- Nested
foreachsupport: Added support for nested foreach - Loop control statements:
- 'stop': Exits the current loop
- 'skip': Jumps to the next iteration of the loop
- Updated range logic: Standirized 'to' ranges to be exclusive of the end-bound (eg. '1 to 2' outputs '1, 2)
Source Code:
Ry2.zip