ABC words: Difference between revisions

Content added Content deleted
Line 2,701:
for word in unixdict.split('\n') {
if word.contains('a') && word.index_any('a') < word.index_any('b') && word.index_any('b') < word.index_any('c') {
text += count++.str() + ': ' + $word + '\n'
}
}