1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
Dismiss Notice
Wynncraft, the Minecraft MMORPG. Play it now on your Minecraft client at (IP): play.wynncraft.com. No mods required! Click here for more info...

Comments on Profile Post by TempleOfLegends

  1. BlahBlah161616
    BlahBlah161616
    How do you define what those are?
    Sep 8, 2016
  2. TempleOfLegends
    TempleOfLegends
    while (true) {
    while (!tired) {
    eatFood();
    playGames();
    eatMoreFood();
    makeGames();
    }
    while(tired) { Sleep(tiredMillis); }
    }


    JAVA
    Sep 8, 2016
  3. BlahBlah161616
    BlahBlah161616
    YES but how does the program know what eatFood(); is?
    Sep 8, 2016
  4. TempleOfLegends
    TempleOfLegends
    var eatFood = text("NOM NOM NOM") i think
    Sep 8, 2016