diff --git a/src/boot/boot.janet b/src/boot/boot.janet index fc75c6d6..17cf4c3c 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -1520,7 +1520,8 @@ 'quote identity 'quasiquote expandqq 'var expanddef - 'while expandall}) + 'while expandall + 'break expandall}) (defn dotup [t] (def h (in t 0))