why this simple programm with doesn't work

后端 未结 0 495
旧时难觅i
旧时难觅i 2020-12-20 20:17
open System.IO

let readLines (filePath:string) = seq {
     use sr = new StreamReader (filePath)
     while not sr.EndOfStream do
          yield sr.ReadLine ()
} 
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题