isBool method

bool isBool()

Implementation

bool isBool() {
  return kind == 1;
}