1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 10:19:55 +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:
Calvin Rose 2019-12-29 16:44:53 -05:00
parent a2e515ab89
commit 099a957e6c

View File

@ -1520,7 +1520,8 @@
'quote identity
'quasiquote expandqq
'var expanddef
'while expandall})
'while expandall
'break expandall})
(defn dotup [t]
(def h (in t 0))