Skip to content

getinfo

Description:

This function demonstrates the usage of the getinfo API.

Example:

-- Get information about a function
local info = getinfo(some_function)

print("Function info:", info)