mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Update src/boot/boot.janet
Agreed. That's more clear. Co-authored-by: Michael Camilleri <mike@inqk.net>
This commit is contained in:
		| @@ -494,7 +494,7 @@ | ||||
|       (error (string "unexpected loop verb " verb))))) | ||||
|  | ||||
| (defmacro forv | ||||
|   `Do a C-style for loop for side effects. The iteration variable i | ||||
|   ``Do a C-style for-loop for side effects. The iteration variable `i` | ||||
|   can be mutated in the loop, unlike normal for. Returns nil.` | ||||
|   [i start stop & body] | ||||
|   (for-var-template i start stop 1 < + body)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Gabriele
					John Gabriele