KopiLua-v5.1.5
KopiLua-v5.1.5 copied to clipboard
KopiLua updated to Lua 5.1.5
Results
1
KopiLua-v5.1.5 issues
Sort by
recently updated
recently updated
newest added
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...