mirror of
https://github.com/janet-lang/janet
synced 2025-09-22 12:44:10 +00:00
Update special form lists to include break.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
'def true
|
||||
'splice true
|
||||
'set true
|
||||
'break true
|
||||
'unquote true
|
||||
'quasiquote true
|
||||
'quote true
|
||||
|
@@ -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