OVER method

Express OVER(
  1. Object express
)

Implementation

Express OVER(Object express) {
  return this << "OVER (" << express << ")";
}