mktia is


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