# `flag`

*Type Alias*

## Declaration

```swift
typealias flag = boolean
```

```objc
typedef boolean flag;
```

```python
flag
```

