mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 09:47:17 +00:00
Update macex1 to properly handle break
Things mostly worked fine, but technically break should be handled as a special form not a function call.
This commit is contained in:
parent
a2e515ab89
commit
099a957e6c
@ -1520,7 +1520,8 @@
|
|||||||
'quote identity
|
'quote identity
|
||||||
'quasiquote expandqq
|
'quasiquote expandqq
|
||||||
'var expanddef
|
'var expanddef
|
||||||
'while expandall})
|
'while expandall
|
||||||
|
'break expandall})
|
||||||
|
|
||||||
(defn dotup [t]
|
(defn dotup [t]
|
||||||
(def h (in t 0))
|
(def h (in t 0))
|
||||||
|
Loading…
Reference in New Issue
Block a user