mirror of
https://github.com/janet-lang/janet
synced 2024-12-23 06:50:26 +00:00
Update special form lists to include break.
This commit is contained in:
parent
e12aace02c
commit
98e68a5cb4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user