RosettaCodeData/Task/Input-loop/Raku/input-loop-5.raku
2023-07-01 13:44:08 -04:00

3 lines
49 B
Raku

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