Words containing "the" substring: Difference between revisions

Content added Content deleted
Line 287:
(search str line))
(format t "~a~%" line)))))
 
(print-words-containing-substring "the" 11 "c:/test/unixdict.txt")
</lang>
{{out}}