Conditional expressions may be given in the form if(<condition>)then(<expression>)else(<expression>) <condition> can be any of the forms: a<b a<=b a=b a>=b a>b and a<>b Example: Y=if(X<0.5)then(0)else(1) E = More information on editorial computing