/// <summary> /// Returns a string representation of the current token. /// </summary> /// <returns></returns> public override string ToString() => $"{_id}, L{Line}, C{Column}{(String.IsNullOrEmpty(Value) ? "" : $", {Value} ")}";
$"Cannot compare {from} and {dest}{(String.IsNullOrEmpty(because) ? "" : $" because <<{because}>>")}.";