diff --git a/README.md b/README.md index 1411e25..7812ad0 100644 --- a/README.md +++ b/README.md @@ -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