A complex variable is an advanced building block to make array variables and more advanced code.
| Complex Variable | Primitive | Primitive | Base Ops | Optimized | |
|---|---|---|---|---|---|
| BitFlag | Bool | Int | 2 | 1 | |
| BigInt | Int | Int | 2 | 1 | |
| Decimal | Int | Float | 2 | 1 | |
| String | Char | Char | 2 | 1 | |
| Vector | Float | Float | 2 | 1 |