static char alphabetLetterUpper(int i) { ret (char) (((int) 'A')+i-1); }