This commit is contained in:
NikolajDanger
2022-06-14 09:10:37 +02:00
parent 4e157e9e37
commit 188047f928

View File

@@ -96,7 +96,11 @@ The base `CENTVRION` syntax does not allow for floats. However, the `FRACTIO` mo
Booleans are denoted with the keywords `VERITAS` for true and `FALSITAS` for false.
### Arrays
Arrays are defined using square brackets (`[]`).
Arrays are defined using square brackets (`[]`) and commas (`,`). An array of integers can also be initialized with the `VSQVE` keyword:
```
DESIGNA x VT [1 VSQVE 10]
```
## Conditionals
### SI/TVNC