🐐 VSQVE change
This commit is contained in:
@@ -105,10 +105,14 @@ Arrays are defined using square brackets (`[]`) and commas (`,`):
|
||||
|
||||

|
||||
|
||||
An array of integers can also be initialized with the `VSQVE` keyword:
|
||||
An array of integers can also be initialized with the `VSQVE` keyword. The range is inclusive on both ends:
|
||||
|
||||

|
||||
|
||||
```
|
||||
> [I, II, III, IV, V, VI, VII, VIII, IX, X]
|
||||
```
|
||||
|
||||
Individual elements can be accessed by index using square brackets. Indexing is 1-based, so `I` refers to the first element:
|
||||
|
||||

|
||||
@@ -178,7 +182,7 @@ The keyword `ET` can be used as a boolean "and". The keyword `AVT` can be used a
|
||||

|
||||
|
||||
```
|
||||
> XLV
|
||||
> LV
|
||||
```
|
||||
|
||||
### DVM loops
|
||||
|
||||
Reference in New Issue
Block a user