modding:function:isfunction
isfunction
Syntax | (isfunction expr) → True/Nil |
---|---|
Arguments | expr: The expression you want to test for being a function (lambda or builtin). |
Returns | boolean: True if the expression is a function (lambda or builtin). Nil otherwise. |
Category | condition query, function operator |
Description | Checks if something is a function or not and returns True if it is. |
Example
modding/function/isfunction.txt · Last modified: 2014/12/27 04:40 by 127.0.0.1