So I'm writing a program, right? and it translates between two codesets, and it needs to have a global variable to store the translation table.
so naturally I call it TRANS.
but the fun part is that I actually need another variable, a inverted form of the translation table, which turns into TRANS at a startup.
So obviously I named it CIS.