Tertium datur

September 17, 2008

if (a) {
  [...]
}
else if (!a) {
  [...]
}
else {
  [...]
}

Leave a Reply