Skip to main content
Returns whether the provided function is a Lua closure. The argument must be a function; passing a non-function raises a type error. isluaclosure is an alias.

Syntax

Aliases

  • isluaclosure

Arguments

Returns

Example

Check whether a function is an L closure.