1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-23 11:40:01 +00:00
Calvin Rose 4a111b38b1 Add break special.
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.
2019-03-09 17:15:50 -05:00
..
2019-02-21 19:19:47 -05:00
2019-01-28 11:50:33 -05:00
2019-03-03 23:55:38 -05:00
2019-03-09 17:15:50 -05:00