isString method

bool isString()

Implementation

bool isString() {
  return kind == 3;
}