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] 
> <ml-node+s1294792n4909172...@n4.nabble.com> 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'
> 




Screen Shot 2016-08-02 at 11.29.27 AM.png (68K) 
<http://forum.world.st/attachment/4909182/0/Screen%20Shot%202016-08-02%20at%2011.29.27%20AM.png>




--
View this message in context: 
http://forum.world.st/mix-ins-tp4909171p4909182.html
Sent from the Squeak - Beginners mailing list archive at Nabble.com.
_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to