mirror of
https://github.com/janet-lang/janet
synced 2025-12-06 08:38:07 +00:00
Update special form lists to include break.
This commit is contained in:
@@ -344,7 +344,8 @@
|
||||
# Now we generate the bindings in the language.
|
||||
|
||||
(def- specials
|
||||
@["def"
|
||||
@["break"
|
||||
"def"
|
||||
"do"
|
||||
"var"
|
||||
"set"
|
||||
|
||||
Reference in New Issue
Block a user