lua-users home
lua-l archive

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


On Wed, Mar 14, 2018 at 3:01 PM, Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:

> How do you store a 'while' in a table?

If you mean that 'undef' is a keyword on par with 'while', then perhaps it could be used with a syntax that is not a value-like, for example:

undef table[index]

Such a syntax does not suggest that 'undef' can be stored, retrieved, etc.

Cheers,
V.