mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Merge pull request #1402 from sogaiu/each-body-before-set
Swap set / body order for each (#1400)
This commit is contained in:
		| @@ -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] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose