else if...
Posted on Mon 06 Feb 2012
I've just noticed how many different variations of "else if" syntax there are across different programming languages.
Perl uses elsif, and PHP uses elseif. But the one that really annoys me is that C and C++ use else if, but the C preprocessor uses elif (as do most UNIX shells). What a mess!