Thread: Infinite Loops
View Single Post
  #7  
Old 08-10-2003, 03:00 PM
protagonist protagonist is offline
Banned
protagonist's Avatar
Join Date: May 2003
Location: CAW
Posts: 5,586
protagonist is on a distinguished road
Send a message via AIM to protagonist Send a message via MSN to protagonist
Quote:
Originally posted by Destorm
Unless i'm mistaken (sorry if I am) sleep isnt a loop but a pause command? Also function(){} isn't a loop either.
Sleep is a command he is using in a loop so that his computer doesn't crash. It basically makes his for loop like a timeout loop. Function he is using to switch back and forth.
Reply With Quote