В
Size: a a a
EB
EB
EB
TK
TK
AK
AK
TK
let name =
перед всем кодом, потом сможешь вывести через printfn или другим удобным способом.TK
VS
AH
let mutable line = Unchecked.defaultof<string>
let! firstLine = reader.ReadLineAsync()
line <- firstLine
while line <> null do
let! newline = reader.ReadLineAsync()
line <- newline
AH
let! mutable line = reader.ReadLineAsync()
while line <> null do
...
AH
оГ
AH
оГ
AH
AH
AH