lua-users home
lua-l archive

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


>grabbed by some fallback style function. So normally it would just get
>trashed, but if you wanted to do something strange, you could hook the
>"define function" fallback, and you would know all the arguments, and
>their names.
>
>Like I said, I don't see any need for a "define function" fallback,
>given the existence of the "setglobal" tag method.

How does that help? Are you talking about catching the addition of
global functions? That wouldn't help since the new function's parameters
can't be seen from that tag method, right?

Steve