3
lewdogg
8y

while ($bossIsAround) {
$me->duck ();
$me->checkDevRant ();
$bossIsAround = !$me->areCoWorkersHappy ();
}

Comments
Add Comment