# `TDToken.symbol`

*Instance Property*

## Declaration

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

```objc
@property (nonatomic, readonly, getter=isSymbol) BOOL symbol;
```

```python
isSymbol() -> bool
```

## Discussion

True if this token is a symbol. getter=isSymbol

