...
Scroll tablelayout | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Variable data type | Definition | Examples |
---|---|---|
Boolean | Boolean flag. See Boolean. | true |
Float | Floating point number. See Float. | 265.8, -973.2 |
Int | Integer. See Int. | 0, 4, -7 |
String | Characters. See String. | "My mother has a car!" |
Vector | One-dimensional array of 3 floating points or integers (stored as floating points). See Vector. | <<1, 8.2, 7.6>> |
Variable names
...