Bert,

I don’t have these methods.  I get an error.  See attached:

Sincerely,

Joe.


On Aug 2, 2016, at 9:38 AM, Bert Freudenberg [via Smalltalk] <[hidden email]> wrote:

Firstly, these methods exist already.  They are defined in SequencableCollection, a  superclass of Array, so Array inherits them:

#('abc' 'def') join => 'abcdef'

#('abc' 'def') joinSeparatedBy: '/' => 'abc/def'





View this message in context: Re: mix ins
Sent from the Squeak - Beginners mailing list archive at Nabble.com.