4 lines
42 B
Text
4 lines
42 B
Text
|
|
For i = -15 To 25 Step 5
|
||
|
|
Debug i
|
||
|
|
Next i
|