Many ways
1. #streamContents:
, /, . , , .
String streamContents: [ :aStream |
aStream nextPut: each asCharacter
]
]
String streamContents: [ :aStream |
aStream nextPutAll: (
]
2. #withAll:
String withAll: (
3. #collect: as: String
#(65 66 67 65 769) collect:
4. #joinUsing:
(#(65 66 67 65 769) collect:
:
, Pharo [ :each | each selector ], #selector. , , .