我得到的简单问题
|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 ].
Run Code Online (Sandbox Code Playgroud)
我也尝试了溪流,它给了我这个"有序的收藏品('ab''efayij''lmnopqrst')"
我只需要一个单一的文本
'abc efghij lmnopqrst '
Run Code Online (Sandbox Code Playgroud)