3 lines
49 B
Raku
3 lines
49 B
Raku
for "filename.txt".IO.lines -> $line {
|
|
...
|
|
}
|
for "filename.txt".IO.lines -> $line {
|
|
...
|
|
}
|