!7 static L indices = splitAtSpace("first second third fourth fifth"); p { ai_quickTestMode(); S s = randomLetters(l(indices)); for i over s: ai_postTriple("The " + indices.get(i) + " character in " + quote(s), "is", quote(s.charAt(i))); }