Data Types
| Name | Alias | Length |
|---|---|---|
| integer | 32-Bit | |
| shortint | word, smallint | 16-Bit |
| byte | 8-Bit | |
| char | 8-Bit | |
| smallint | 16-Bit | |
| word | 16-Bit | |
| longint | int64 | 64-Bit |
| int64 | 64-Bit | |
| string | unlimited | |
| boolean | ||
| pointer | ||
| pinteger | 32-Bit | |
| double | real | |
| real | ||
| single |
| Name | Alias | Length |
|---|---|---|
| integer | 32-Bit | |
| shortint | word, smallint | 16-Bit |
| byte | 8-Bit | |
| char | 8-Bit | |
| smallint | 16-Bit | |
| word | 16-Bit | |
| longint | int64 | 64-Bit |
| int64 | 64-Bit | |
| string | unlimited | |
| boolean | ||
| pointer | ||
| pinteger | 32-Bit | |
| double | real | |
| real | ||
| single |