lua-users home
lua-l archive

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


>> But you have to know what arguments a
>>  function takes in order to call it anyway
yeah, but...
I'm trying to look at the functions in a table and "sort" them into two
groups.  One that takes the self argument, and one that doesn't (assume that
I have a valid reason for doing this).  I need to make the distinction, and
I'd like to be able to do it automatically instead of using some hack naming
convention to tell the difference.
Thanks