7

while(isProgramming){
If(hasCoffee){
Destroy(sleep);
}
wait(Date.timeOfHr*5);

//Never stop coding
isProgramming=true;
}

Comments
Add Comment