7

var gotGud = false;

while(!gotGud)
{
try
{
makeCode();
gotGud = true;
}
catch(AbilityException ex) { }
}

Comments
Add Comment