- //hoekens love script.
- always(me.love(you));
- while(you.love(me))
- {
- if (me.feeling == sad)
- me.feeling = happy;
- if (me.feeling == mad)
- me.feeling = calm;
- if (me.feeling == lonely)
- me.feeling = wanted;
- if (me.feeling == lost)
- me.feeling = found;
- please(you.hold(me));
- please(you.touch(me));
- please(you.kiss(me));
- please(you.love(me));
- please(you.dontleave(me));
- me.donicethingsfor(you);
- me.thinkabout(you);
- me.heart(you);
- }
- //Y cuando este Loop se acaba ='(
- me.miss(you);
Tomado de haikode.com
3 comments:
Puta Chaquis, que engase...
Jejeje, ta bueno...
aunque en la linea 17 yo cambiaria
please(you.dontleave(me));
por
please(!you.leave(me));
Me parece un muy buen uso de la sintaxis del lenguaje. =-)
Post a Comment