✨
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.
|
Booleans are denoted with the keywords `VERITAS` for true and `FALSITAS` for false.
|
||||||
|
|
||||||
### Arrays
|
### 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
|
## Conditionals
|
||||||
### SI/TVNC
|
### SI/TVNC
|
||||||
|
|||||||
Reference in New Issue
Block a user