operator - method

dynamic operator -(
  1. Expr rhs
)

Implementation

operator -(Expr rhs) => subtract(rhs);