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