RosettaCodeData/Task/Input-loop/Perl-6/input-loop-5.pl6
2015-11-18 06:14:39 +00:00

3 lines
49 B
Raku

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