diff --git a/src/boot/boot.janet b/src/boot/boot.janet index 46fcabae..e3b5ee9e 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -442,8 +442,8 @@ :each ~(,in ,ds ,k) :keys k :pairs ~[,k (,in ,ds ,k)])) - (set ,k (,next ,ds ,k)) - ,;body)))) + ,;body + (set ,k (,next ,ds ,k)))))) (defn- iterate-template [binding expr body]