Hey, I can't figure out how to write a method to combine two arrays....for
example....

     #(1 2 3 4 5) combine: #(a b c) should return the 
                            array #(1 a 2 b 3 c 4 5).  
any help would be greatly appreciated.
-- 
View this message in context: 
http://forum.world.st/combining-arrays-tp2124676p2124676.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