ABC words: Difference between revisions

Content added Content deleted
m (→‎{{header|Julia}}: corrected missing link)
Line 541: Line 541:


=={{header|Julia}}==
=={{header|Julia}}==
See [[]] for the foreachword function.
See [[Alternade_words#Julia]] for the foreachword function.
<lang julia>function isabcword(w, _)
<lang julia>function isabcword(w, _)
positions = [findfirst(c -> c == ch, w) for ch in "abc"]
positions = [findfirst(c -> c == ch, w) for ch in "abc"]