while(1){ print "Test"; sleep(1); } [download]
while(1){ print "Test\n"; sleep(1); } [download]
In reply to Sleep Not Sleeping when using without "\n" by Meridius