isArray method

bool isArray()

Implementation

bool isArray() {
  return kind == 4;
}