JanetDocs
Source
Playground
Tutorials
I'm Feeling lucky
Community
GitHub sign in
Run
Format
(let (x @["This" "is" "a"] # Must be array. y @["test" "of"] z ["the" "emergency!"]) # Tuple OK for part. (pp (array/join x y z))) # @["This" "is" "a" "test" "of" "the" "emergency!"]