lua-users home
lua-l archive

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


2014-11-20 7:25 GMT+02:00 Andrew Starks <andrew.starks@trms.com>:

> I know that one of the very few global functions that I've added as part of
> my "standard Lua" environment is an `is_callable` function.

Why not a `which` function?  Returns the function that would be called or nil.