isLine method

bool isLine()

Implementation

bool isLine() {
  return location.length == 1;
}