Next: Collection-converting, Previous: Collection-compiler, Up: Collection [Index]
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’