1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-15 07:47:40 +00:00

Merge pull request #1258 from primo-ppcg/each

Update `each` keys before body
This commit is contained in:
Calvin Rose
2023-08-18 07:16:19 -05:00
committed by GitHub

View File

@@ -436,8 +436,8 @@
:each ~(,in ,ds ,k)
:keys k
:pairs ~[,k (,in ,ds ,k)]))
,;body
(set ,k (,next ,ds ,k))))))
(set ,k (,next ,ds ,k))
,;body))))
(defn- iterate-template
[binding expr body]