How to convert a tainted string into a string in nim

后端 未结 0 407
一生所求
一生所求 2020-12-04 07:01

I want to read a file line by line in nim, like this:

for line in lines "myfile.txt":
  echo line

and now, in the loop (instead of

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