static S upperCaseAlphabet() { char[] x = new char[26]; for i over x: x[i] = alphabetLetterUpper(i+1); ret str(x); }