Skip to content
This repository was archived by the owner on Jul 25, 2026. It is now read-only.

Ry v2.0.6

Choose a tag to compare

@johnryzon123 johnryzon123 released this 26 Feb 09:36
· 18 commits to main since this release

New features:

  • Nested foreach support: 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