lua.js
lua.js copied to clipboard
Concatenating var with empty string gives runtime error
local test = "" print(test .. " ")
TypeError: String.prototype.valueOf is not generic