You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #297 from countingpine/forlimit
Show warnings when FOR variable cannot exceed TO limit
- added warning 'FOR counter variable is unable to exceed limit value'
- on constant end value for loops to help avoid infinite loops, e.g. for i as ubyte = 0 to 255
0 commit comments