[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Proposal: lua_pushfoo() should return 1
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 1 Sep 2014 21:13:39 -0300
> More accurately, it should return the number of values it pushed,
> which for most push functions will always be 1.
lua_pushlstring and friends already return the pushed string,
and that is useful.