lua-users home
lua-l archive

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


2014/1/18 H. van der Meer <H.vanderMeer@uva.nl>:

> Thanks, that helped me running the code and I saw I should have used
> loadstring instead of load.

In Lua 5.2 these are the same, provided that you compiled
with 5.1 compatibility (the default), otherwise there is no loadstring
any more. It's already omitted from the manual.