[Newbies] syntax to do array as value:value:...

LordGeoffrey lordgeoffrey at optusnet.com.au
Fri Dec 25 12:19:29 UTC 2009


Is there a method that does what magicDo does?

#(#(1 2 true)
    #(2 1 false)) magicDo: [:a :b :r |
         "do something useful"
    ]       


More information about the Beginners mailing list