OFFSET method

Express OFFSET(
  1. int offset
)

Implementation

Express OFFSET(int offset) {
  return this << "OFFSET" << offset.toString();
}