JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(do (def coll @[]) (forv i 0 9 (array/push coll i) (+= i 2)) coll) # => @[0 3 6]