JOIN method

JoinExpress JOIN(
  1. Object other
)

Implementation

JoinExpress JOIN(Object other) {
  return JoinExpress(this, "JOIN", other);
}