[squeak-dev] Parser question

Igor Stasenko siguctua at gmail.com
Sun Oct 26 15:12:00 UTC 2008


Just wonder, if following is correct expression:


| t |
1 + t := 5

--
not works in squeak (says 'nothing more expected'), but of course


| t |
1 + (t := 5)

works as expected.


-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list