JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(do (def coll @[]) (forv i 0 9 (array/push coll i) (+= i 2)) coll) # => @[0 3 6]