lua.js icon indicating copy to clipboard operation
lua.js copied to clipboard

Concatenating var with empty string gives runtime error

Open guifes opened this issue 9 years ago • 0 comments

local test = "" print(test .. " ")

TypeError: String.prototype.valueOf is not generic

guifes avatar Oct 25 '16 13:10 guifes