Words containing "the" substring: Difference between revisions

Content added Content deleted
(add SET:L)
m (→‎{{header|Wren}}: Minor tidy)
Line 2,605: Line 2,605:
=={{header|Wren}}==
=={{header|Wren}}==
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
<syntaxhighlight lang="ecmascript">import "io" for File
<syntaxhighlight lang="wren">import "io" for File
import "/fmt" for Fmt
import "./fmt" for Fmt


var wordList = "unixdict.txt" // local copy
var wordList = "unixdict.txt" // local copy