- Index
- »
- io
- »
- func:ioEachLine
def
func:ioEachLine
ioEachLine(handle, fn)
For each line of the given source stream call the given function with two parameters: Str line and zero based Number line number. Lines are processed according to InStream.eachLine
.