4 lines
49 B
Raku
4 lines
49 B
Raku
|
|
for "filename.txt".IO.words -> $word {
|
||
|
|
...
|
||
|
|
}
|