[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Varargs in function definitions
- From: roberto@... (Roberto Ierusalimschy)
- Date: Mon, 12 Mar 2007 12:39:50 -0300
> One such change that might be made (the Lua team can say how
> likely this is) is the removal of the prohibition on using
> the vararg expression as an upvalue.
Not likely. This would imply the creation of another kind of upvalues;
actually up-non-values, as '...' is not a (regular) value ;)
-- Roberto