Input a number, it will spell it ( e.g. 20 -> "twenty" ), then count the length of the spelling ( e.g. "twenty" -> 6), and so on ( e.g. 20 -> 6 -> 3 -> 5 -> 4)
ive labeled the functions under 'transliterate' and 'count' broadcast functions in case you ever need something to spell a digital number or count non-space characters in a string