JanetDocsSourcePlaygroundTutorialsI'm Feeling luckyCommunityGitHub sign in
(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!"]