Report file operators:
  • & -- AND operator
  • ! -- NOT operator
  • # -- OR operator
  • $ -- XOR (exclusive OR) operator

  • !& -- NAND operator
  • !# -- NOR operator
  • !$ -- XNOR (exclusive NOR) operator