01-09-2023, 05:45 AM
(01-09-2023, 04:17 AM)SMcNeill Wrote: Or, for an added thought exercise, let's take a look at what's going on with the code:Ahah, gotit! Thanks Steve.
Screen 1
Print "ABC"
Print "DEF"
_Delay 1
Print "XXX"
_Delay 1
Cls
Run <--- at this point, we start over again. Right?
So isn't our code actually something like:
Code: (Select All)Screen 1
Print "ABC"
Print "DEF"
_Delay 1
Print "XXX"
_Delay 1
Cls
Screen 1
Print "ABC"
Print "DEF"
_Delay 1
Print "XXX"
_Delay 1
Cls
Screen 1
Print "ABC"
Print "DEF"
_Delay 1
Print "XXX"
_Delay 1
Cls
Screen 1
Print "ABC"
Print "DEF"
_Delay 1
Print "XXX"
_Delay 1
Cls
Screen 1
Print "ABC"
Print "DEF"
_Delay 1
Print "XXX"
_Delay 1
Cls
....
Make the issue a little more obvious now?
Now I can move on to the *really* tricky ones, like If... Then... Else
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.)