toString()

in lib/word.js [15:17]


  toString() {
    return `word: ${this.lexeme} tag: ${tip(this.tag)}`;
  }