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
One might look at this and (not unreasonably) expect that the time at the beginning of the loop body is 0, and therefore, this will wait each iteration after the first time it hits the implicit goto at the end of the loop. However, that goto actually sets the time to 1000, and thus once this enters the loop it will spin infinitely.
One might look at this and (not unreasonably) expect that the time at the beginning of the loop body is 0, and therefore, this will wait each iteration after the first time it hits the implicit goto at the end of the loop. However, that goto actually sets the time to 1000, and thus once this enters the loop it will spin infinitely.
We probably want this to be equivalent to:
(note:
+1000: 0:
is also a weird thing worth its own discussion, but that's another topic)The text was updated successfully, but these errors were encountered: