nitc :: APlusAssignOp :: defaultinit
# A `+=` assignment operation class APlusAssignOp super AAssignOp redef fun operator do return "+" end