[Mono-list] Strict evaluation

Marcus mathpup@mylinuxisp.com
Fri, 16 Jul 2004 02:17:01 -0500


Are you talking about not using short-circuiting? Short-circuit evaluation is 
part of the standard behavior of the && and || operators. If you're looking 
for something that evaluates both (not sure why), you can use & or |.


On Friday 16 July 2004 1:55 am, Juergen Moeller wrote:
> Hi,
>
> is there a mcs-switch for strict evaluation of boolean expressions? Default
> is non-strict evaluation, isn't ist?