HIGHLIGHTS

Q[DQ\2022


Best/worst line in art

  fake_lang = (None, None, None, None, 1)


Best/worst line in Conlog

  if (prefix := self.text[:3]) in SYMBOLS or \
     (prefix := self.text[:2]) in SYMBOLS or \
     (prefix := self.text[:1]) in SYMBOLS:


Strangest art error message

  f"Nonpositive Stability factor in palette line '{spec_line}'"


Strangest Conlog error message

  FrontendError("variable automutation is forbidden", [seq[2], seq[4]])