ldoc
ldoc copied to clipboard
_VERSION is a string
trafficstars
https://github.com/stevedonovan/LDoc/commit/607b5cf4c64309c4c0cbeae000a19da0586ee209 (globals _G and _VERSION are _tables_) and Lua disagree with each other:
$ lua -e 'print(type(_VERSION))'
string
I don't think _VERSION is a table.