Ordered words: Difference between revisions

m
Line 2,236:
<lang lingo>-- Contents of unixdict.txt passed as string
on printLongestOrderedWords (words)
_player.itemDelimiter = numtochar(10)
maxlen = 0
res = []
maxlen = 0
_player.itemDelimiter = numtochar(10)
cnt = words.item.count
repeat with i = 1 to cnt
Anonymous user