3

$TheForce = 'Impostor Syndrome';
$incompetent = true;

while ($incompetent) {
echo <<<EOT
I am one with $TheForce. $TheForce is with me.
EOT;
if(get_training($result) > 9000) $incompetent = false;
}

Comments
Add Comment