View Single Post
Old 10-09-2003, 10:12 AM   #2
dave
Guest
 
Posts: n/a
if ($conservatives_voting == 1 || $democrat_lost == 1) {
$election_accessible = "bad";
} else {
$election_accessible = "good";
}
print("The fact that the election was accessible was $election_accessible.\n");
  Reply With Quote