# `TDToken.word`

*Instance Property*

## Declaration

```swift
var isWord: Bool { get }
```

```objc
@property (nonatomic, readonly, getter=isWord) BOOL word;
```

```python
isWord() -> bool
```

## Discussion

True if this token is a word. getter=isWord

