Login
Back to forumSee the full topicGo to last reply

Posted By

SVS
on 2015-10-22
03:17:37
 Re: Commodore Basic's oddnesses

Yes the Austrospeed allows integer variables in FOR...NEXT gaining more exec speed.

Another oddness in cycles is that at least one cycle is always executed. This is bad.
For example the cycle:

FOR A=2 TO 1
PRINT "WOW"
NEXT

is not skipped and will print "WOW". I suppose this happens because the control is made by NEXT statement.



Back to top


Copyright © Plus/4 World Team, 2001-2024