Next: , Previous: , Up: Collection   [Index]


1.37.5 Collection: concatenating

join

Answer a new collection like my first element, with all the elements (in order) of all my elements, which should be collections.

I use my first element instead of myself as a prototype because my elements are more likely to share the desired properties than I am, such as in:

#(’hello, ’ ’world’) join => ’hello, world’