One fun thing you can do in Fortran (on a 32-bit machine) is compare four-character strings using integer equality, rather than the Fortran equivalent of strcmp(). And it's basically baked into the language; you don't have to do weird typecasting or anything like that.
That's why all the Bloomberg functions have four-letter names.
That's why all the Bloomberg functions have four-letter names.