mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-01-13 18:30:38 +00:00
Update User Manual.md
This commit is contained in:
parent
ee4597734c
commit
6b9402ec3e
@ -428,7 +428,7 @@ when TRUE
|
||||
wend
|
||||
```
|
||||
|
||||
##### FOR TO,DOWNTO [STEP]/NEXT
|
||||
##### FOR \<TO,DOWNTO\> [STEP]/NEXT
|
||||
Iteration over a range is handled with the `for`/`next` loop. When iterating from a smaller to larger value, the `to` construct is used; when iterating from larger to smaller, the `downto` construct is used.
|
||||
```
|
||||
for a = 1 to 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user