next up previous contents
Next: Solution Up: Operator Precedence Previous: Operator Precedence

Solution

 ((.NOT.A).AND.B).EQV.((C.OR.(D.AND.E)).OR.((x > y).AND.(y == z)))

Add parenthesis to this expression to indicate the order of evaluation,

    -a*b-c/d**e/f+g**h+1-j/k

next up previous contents
Next: Solution Up: Operator Precedence Previous: Operator Precedence

Adam Marshall ©University of Liverpool, 1996
Fri Dec 6 14:10:26 GMT 1996