This documentation is also published as Markdown for efficient machine reading: the whole site is indexed at /llms.txt, and every page has a clean Markdown copy at the same URL with .md appended. These are generated from the same source and cost far fewer tokens to read than this rendered HTML.

Skip to main content Skip to navigation
Language

Control Flow

Control flow decides which statements run, and how many times.

  • Conditions: if, else if and else.
  • Loops: loop, while and for, and walking your own types.
Mew is a programming language under construction.