Element - ⁋
- Join On Newlines
Characters:
⁋
Description
Join the top of the stack on newlines (insert "\n" between items)
Overloads
any
-"\\n".join(a)
Examples
⟨1|2|3|4|5|6⟩ ⁋
=`1 2 3 4 5 6`
⟨`Hello`|`World!`⟩ ⁋
=`Hello World!`
123456 ⁋
=`1 2 3 4 5 6`