optNot:
    NOT                 // return false by default, but false if 'not' is 
    {                   // specified
        $$ = REVERSE;   // see inc/condition
    }
|
    {
        $$ = USE;
    }
;
