:= or _ ?
What’s the preferred method? In the default image which I downloaded from Squeak Homepage, it seems _ is the default. In the Squeak-Web Image from Damien Cassou it seems := is the default. Confused? Me too. Which one should I be using, or is it just personal preference? (and where did the left arrow go?)
on August 10th, 2007 at 1:21 am
_ was the old way to do asssignement. Use := now. The Squeak-web is not totally converted ton the new way.