Ordered words: Difference between revisions

m
m (→‎{{header|J}}: url for unixdict.txt had changed, and it's probably more polite to use a locally cached copy)
Line 2,436:
Recap:
 
# read dictionary, discarding irrelevant carriage return characters (<code>CR-.~fread 'unixdict.txt'</code>)
# break into words, one per line (<code>cutLF</code>)
# find ordered words (<code>(#~ ] = /:~L:0)</code>)
6,962

edits