[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: runtime execution fails why?
- From: Dirk Laurie <dirk.laurie@...>
- Date: Sat, 18 Jan 2014 22:10:18 +0200
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.