| aCollection anotherCollection | aCollection := #('one' 'two' 'three'). anotherCollection := aCollection collect: [ :element | element ].