View Source Document

not.sq2k

* main
{
  "NOT(" few ")"? rewrite(1)! main
}

* rewrite
{
  "0"? "1"!
  "1"? "0"!
}