/////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
Waiting For The Sun //////////////////////////////////////////////

class WaitingForTheSun {

  WaitingForTheSun() {

  if (Eden.getFlash(1)) {

  We.raceDown(Sea);
We
.stand(Sea.getShore(“freedom”));

}

waitingSun(3);
feelSun();
waitingSun(4);
waiting(8);

wait(You.come(“along”));
wait(You.hear(this));
wait(You.come(“along”));
wait(You.tellMe(Exception));

Me.life = !this;
feelSun();
waitingSun(4);

}

  void feelSun() {

  if (You.feel(Sun)) {

  Spring.isAvailable = true;
We.live(Sun.scattered);

}

}

  void waitingSun(int count) {

  while (Sun.isAvailable) {

  wait();
count -= 1;
if
(count <= 0) {

  break;

}

}

}

  void waiting(int count) {

  for (int i = 0; i > count; i++) {

  wait();

}

}

/* Regards to Jim Morrison */

}