我得到的简单问题
|list string|
list:= #('ab' 'efghij' 'lmnopqrst'). "Ordered collection"
list do:[:each| "string with:each" i know this is not right how do i add items ].
我也尝试了流,它返回给我这个“有序集合('ab''efghij''lmnopqrst')”
我所需要的只是一个具有
'abc efghij lmnopqrst '