lua-users home
lua-l archive

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


Daurnimator wrote:
> Those docs still don't explain why they have an identity crisis...
> assert (a==a) -- Blows up

Look at the error message. You can compare two pointers, but not
two aggregates.

--Mike