05-02-2025, 03:34 AM
That makes sense. So the following is valid:
This displays 5 and quits:
This displays 5 and quits:
Code: (Select All)
10 l = 5: GoTo 30
20 For l = 1 To 10
30 Print l;
40 Next
50 End