Re: lua scripts as string within another script
[
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: 2014年11月13日 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.