Words containing "the" substring: Difference between revisions

fixed Arturo code + added output
(add sed)
(fixed Arturo code + added output)
Line 341:
=={{header|Arturo}}==
 
<syntaxhighlight lang="rebolarturo">select readprint.lines "unixdict.txt" 'l ->
{{output?}}
select read.lines relative "unixdict.txt" 'l ->
and? [11 < size l</syntaxhighlight>]
and? [contains? l "the" ]</syntaxhighlight>
 
{{out}}
<syntaxhighlight lang="rebol">select read.lines "unixdict.txt" 'l ->
 
and? contains? l "the"
<pre>authenticate
11 < size l</syntaxhighlight>
chemotherapy
chrysanthemum
clothesbrush
clotheshorse
eratosthenes
featherbedding
featherbrain
featherweight
gaithersburg
hydrothermal
lighthearted
mathematician
neurasthenic
nevertheless
northeastern
northernmost
otherworldly
parasympathetic
physiotherapist
physiotherapy
psychotherapeutic
psychotherapist
psychotherapy
radiotherapy
southeastern
southernmost
theoretician
weatherbeaten
weatherproof
weatherstrip
weatherstripping</pre>
 
=={{header|AutoHotkey}}==
1,532

edits