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