From 188047f92831e18ccda5b1786898e70019cbbbd6 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Tue, 14 Jun 2022 09:10:37 +0200 Subject: [PATCH] :sparkles: --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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