nitc :: AOrExpr :: make
private init make(right_expr: AExpr, left_expr: AExpr) do self.init_aorexpr(right_expr,new TKwor,left_expr) end