NOT property

Where get NOT

Implementation

Where get NOT {
  Where w = Where(this);
  w << "NOT";
  return w;
}