[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Q on functions as first class values
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 2 Feb 2005 21:56:38 -0200
>Everytime you call lua_pushstring() a new string is pushed onto the stack.
Only true if the string is new to Lua.
--lhf