while (true) { while (!tired) { eatFood(); playGames(); eatMoreFood(); makeGames(); } while(tired) { Sleep(tiredMillis); } } JAVA
Comments on Profile Post by TempleOfLegends