Sunday, February 01, 2009

Runtime error

While (Andrew.run == 1) {
if (Andrew.tired == 0) {
run.somemore();
run.time++;
}
else Andrew.run=0;
}


if run.time < 30 {
ThrowException("You are super unfit.");
}



"You are super unfit."

No comments: