lua-users home
lua-l archive

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


> The ... syntax, on the other hand, creates an odd sort of
> pseudo-datatype which is not a first-class object at all, [...]

The ... syntax does not create this pseudo-datatype. It already exists
in the language, in the form of multiple returns. I agree that its
second-class nature is not elegant, but it proved a quite useful and
efficient mechanism.

-- Roberto