|
Just sharing... I wondered if there was a better way of converting an array of strings into one string than doing this... x := #(
'++'
'||'
'++') .
x flatCollect: [ :c | c ]
but it was awkward copying the array twice into Finder. So I wondered if it could do variable assignment, and it can!!
i.e... Tools > Finder > Examples > then simply paste the above snippet into the textfield.
cheers -ben
|