mirror of
https://github.com/janet-lang/janet
synced 2025-07-04 11:02:55 +00:00
Update src/boot/boot.janet
Co-authored-by: Michael Camilleri <mike@inqk.net>
This commit is contained in:
parent
82eff7e082
commit
7b4eeecd9f
@ -495,7 +495,7 @@
|
|||||||
|
|
||||||
(defmacro forv
|
(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.`
|
can be mutated in the loop, unlike normal `for`. Returns nil.``
|
||||||
[i start stop & body]
|
[i start stop & body]
|
||||||
(for-var-template i start stop 1 < + body))
|
(for-var-template i start stop 1 < + body))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user