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