Skip to content

v0.1.1

Latest

Choose a tag to compare

@issadicko issadicko released this 02 Jan 16:22

What's New

  • Added while loop support
  • Implemented layered native function registry for memory efficiency

While Loop Syntax

while (condition) {
  // body
}

See control-flow documentation for more details.