nitc :: AUplusExpr :: defaultinit
# A unary plus expression. eg `+x` class AUplusExpr super AUnaryopExpr redef fun operator do return "+" end