nitc :: AMinusExpr :: defaultinit
# A `-` expression class AMinusExpr super ABinopExpr redef fun operator do return "-" end