lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> local input = [[line1\nline2]]
> local output = loadstring("return \"" .. input .. "\"")()

Does not work if input contains double quotes.