oslvbo
Results
1
issues of
oslvbo
When I run script code like this: ``` file = io.open('Basin.file', 'r') for line in file:lines() do print(line) end ``` open() is ok, but it will throw function error() when...