8 lines
81 B
Plaintext
8 lines
81 B
Plaintext
FOR...NEXT
|
|
|
|
Syntax:
|
|
FOR <var> = <expr> TO
|
|
<expr> {STEP <expr>}
|
|
...
|
|
NEXT <var>
|