JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(reduce2 + [1 2 3]) # -> 6 (accumulate2 + [1 2 3]) # -> @[1 3 6]