Non-evaluating and / or
Posted by Jan Blizničenko on Apr 03, 2015; 10:10am
URL: https://forum.world.st/Non-evaluating-and-or-tp4817211.html
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