 |
Basic field types
Type | Size | Index |
integer | 4 bytes | yes |
float | 8 bytes | yes |
boolean | 1..8 bits | yes |
character | 1 byte | yes |
fixed string | x bytes (incl. terminator) | yes |
variable string | ? | no |
Expression operators
- >
- Greater than
- >=
- Greater than or equal
- <
- Less than
- <=
- Less than or equal
- ==
- Equal
- !=
- Not equal
- AND
- Logical and
- OR
- Logical or
- ()
- Priority nesting
|