Replies: 2 comments
-
I just checked with this test code:
Both GW-BASIC and PC-BASIC show the same behavior: the timer routine is not executed while waiting for input but instead is run once every time a key is hit. This makes sense, as the interpreter can't execute event loops while being stuck in a given function (in this case, So yes, it's expected behaviour. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks Rob! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As per the subject. Just wondering if this is expected/wanted.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions