lua-users home
lua-l archive

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


> > Yes, but I don't really see how it relates to my question.  My
> > question is in essence why check for a property that we require to be
> > true later, given that it could change in the meantime?

The check is only to help programmers catch errors.

-- Roberto