RosettaCodeData/Task/Input-loop/Perl-6/input-loop-5.pl6

4 lines
49 B
Raku
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
for "filename.txt".IO.words -> $word {
...
}