RosettaCodeData/Task/Input-loop/Raku/input-loop-5.raku

4 lines
49 B
Raku

for "filename.txt".IO.words -> $word {
...
}