while (false) {
giveUp(you);
letDown(you);
run(around);
desert(you);
makeCry(you);
say("Goodbye");
tell(lie);
hurt(you);
}
 
 
Back to Top