Poema lila en PHP

$timeWaiting = 0;
while (!$you->near($me)) {
	$me->thinkAbout($you);
	switch (true) {
		case $timeWaiting < 5:
			$me->wait($you);
			break;
		case $timeWaiting < 10:
			$me->worry();
			break;
		case $timeWaiting < 20:
			$me->lookFor($you);
			break;
		case $timeWaiting < 40:
			$me->worry();
			$me->lookFor($you);
			break;
		case $timeWaiting < 80:
			$me->worry();
			$me->cry();
			$me->lookFor($you);
			$me->lookFor($you);
			$me->lookFor($you);
			break;
		case $timeWaiting < 160:
			$me->worry();
			$me->cry();
			$me->drink();
			$me->lookFor($you);
			$me->lookFor($you);
			$me->lookFor($you);
			$me->thinkAbout($you);
			$me->thinkAbout($you);
			$me->cry();
			$me->lookFor($you);
			$me->lookFor($you);
			$me->drink();
			$me->drink();
			break;
		default:
			throw new CantLiveWithoutYou();
			die(”alone”);
	}
	$timeWaiting++;
}
$me->happy = true;

Fusilado de Jad’s Thoughts.

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

Un Comentario

  1. Publicado 30 de Junio del 2006 a las 15:32 | Permalink

    LOL. I lof u2

Publica un comentario

Tu correo electrónico nunca es compartido. Campos requerido está marcados *

*
*