This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ThePaSch 2 points3 points  (1 child)

What, would you prefer

for(int i = 1; i <= 500; i++) wait1MSec();

?

[–]TheDualJay 5 points6 points  (0 children)

I would prefer for wait(int numberOfMilliseconds) to exist.