Code:
while(1){ temp++;
 if (temp>23) temp=42; 
 wait(1); }


only three lines \:\)

Last edited by broozar; 04/01/08 09:44.