[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua scripts as string within another script
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 13 Nov 2014 08:23:32 -0200
> Seems like that should be "string.load()" then, doesn't it? That is,
> string.dump and string.load would be symmetrical.
string.dump produces a string, load doesn't.