|
asCommaString "Return collection printed as 'a, b, c' " "#( 'a' 'b' 'c') asCommaString >>> 'a, b, c'"
^String streamContents: [:s | self asStringOn: s delimiter: ', ']
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|