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) {
} |
} |
} |
|
void waiting(int count) {
|
for (int i = 0; i > count; i++) {
} |
} |
/* Regards to Jim Morrison */
} |
Cet article a été publié
le Samedi 25 avril 2009 à 22:59 et est classé dans works, programmation, art, reflection, recherche.
Vous pouvez en suivre les commentaires par le biais du flux
RSS 2.0.
Vous pouvez laisser un commentaire, ou faire un trackback depuis votre propre site.