JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(def a @[1 2]) (array/concat a 3 [4 5] @[6 7] [] @[] 8) a # => @[1 2 3 4 5 6 7 8]