lua-users home
lua-l archive

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


Lua 5.2 allows
    load("return ...")
where Lua 5.1 required
    loadstring("return ...")

Is there still a good reason to continue using loadstring?
Is it scheduled for deprecation?

Dirk