while (asLongAsILive) { hasSucceed = challenge(); if (hasSucceed) { getNewSkill(); goToNextStep(); } }
_