Bobby Puckett

121
reputation
8
while (hungry) {
    eatIcecream(chocolate);
}
while (sleepy) {
    playOverwatch();
}
goto:
    //Actually, go to is bad. So don't call it.