UNPKG

mlld

Version:

mlld: llm scripting language

10 lines (8 loc) 239 B
--- id: control-flow title: Control Flow brief: Conditionals, iteration, and execution flow category: control-flow updated: 2026-01-05 --- `when` handles conditionals. `for` and `foreach` handle iteration. `while` provides bounded loops.