5 lines
94 B
Text
5 lines
94 B
Text
decl file f
|
|
f.open "filename.txt"
|
|
while (f.hasnext)
|
|
out (in string f) endl console
|
|
end while
|