JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(reduce2 + [1 2 3]) # -> 6 (accumulate2 + [1 2 3]) # -> @[1 3 6]