lua-users home
lua-l archive

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


> To be able to do what I need to do, I have
> had to make the following emendations:
> [...]
>  I need to be able to distinguish userdata from
>  userpointers, and it makes no sense for the
>  function 'type' to return the same value for both.  


I understand your other requests, but do you really need to distinguish
between them in Lua code?

-- Roberto