precedence of logical NOT
Posted: Thu Jul 30, 2015 8:12 pm
EV9 20150728 x86
in User guide I p168, there is precedence order, but the logical "NOT" is absent
question: the precedence order of logical "NOT", higher or lower than comparison?
in User guide I p168, there is precedence order, but the logical "NOT" is absent
Code: Select all
pagecreate(page=prec) u 8
%a = "a"
c = 100
c(1) = (not %a="b") '0
c(2) = (not (%a="b")) '1