[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: tostring() and the "not even nil" type.
- From: Pierre-Yves Gérardy <pygy79@...>
- Date: Thu, 29 Apr 2010 23:31:44 +0200
On Thu, Apr 29, 2010 at 21:40, Romulo <romuloab@gmail.com> wrote:
> Perhaps an extra parenthesis would work best:
>> a=function()end
>> =tostring( (a()) )
> nil
Indeed, thanks :-)
-- Pierre-Yves