1 line
75 B
Nim
1 line
75 B
Nim
var f = openFile(r"C:\texts\text.txt") # a raw string, so ``\t`` is no tab
|
var f = openFile(r"C:\texts\text.txt") # a raw string, so ``\t`` is no tab
|