void main() {
pCandidate AGore, GBush;
USstate FLORIDA;
election_process:
while ((AGore.electoralVotes < 270) && (GBush.stateVotes(FLORIDA) > AGore.stateVotes(FLORIDA)) {
while (AGore.requestRecount(FLORIDA)==NULL) {
AGore.whine();
AGore.sue(FLORIDA.anybody(republicans | opposers | courts)); }
}
if (AGore.electoralVotes < 270)
goto election_process;
return; }
It's true, it's true.