Hello

I would like to ask how to do non-evaluating and.
As far as I know, & should be evaluating and and: should be non-evaluating.
However, I need to find a way how to use it properly.

In "conventional" languages I would expect to work it like in following
example...
  false and: Transcript open
Since false is... false... there is no reason to evaluate Transcript open.
But when I run this one in playground, transcript opens.

Any help is appreciated.

Jan



--
View this message in context: 
http://forum.world.st/Non-evaluating-and-or-tp4817211.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to