lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Doug Currie wrote:

> ... may be an expression, but the question is: what does #
> do when applied to multiple values?  It can discard all of
> them except the first, or it can count them.

If it did this, I believe it would be the only operator to
operate on a whole value list.  (If placed in front of a
value list the other two unary operators, not and -, take as
their operand the first value in the list.)

-- 
Aaron