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