✨
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user