Abbreviations, automatic: Difference between revisions

Content added Content deleted
Line 6,148: Line 6,148:
_start: (λ
_start: (λ
(with fs FileStream() words String()
(with fs FileStream() words String()
(open fs "D:\\Temp\\wordlist.txt")
(open-r fs "D:\\Temp\\wordlist.txt")
(for line in (read-lines fs) do
(for line in (read-lines fs) do
(with days (split line " ") len 0
(with days (split line " ") len 0