not是否定运算符。在语义上等效于ǃ,但优先级很低。
not EXPRESSION OPERATOR not EXPRESSION
if ($a + 20 == 22 and not $a*5 == 30) { … }; […] }