1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-28 15:08:40 +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 '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))