mirror of
https://github.com/janet-lang/janet
synced 2025-04-03 13:56:55 +00:00

The break special form can break out of both loops and functions with an early (nil) return. Mainly useful for generated code in macros, and should probably be discouraged in user written code.