Object.isFunction
isFunction() -> boolean
Description
Returns true if the variable is a Function.
$myFun = fun { return 123 } $myFun.isFunction() //= true
Returns true if the variable is a Function.
$myFun = fun { return 123 } $myFun.isFunction() //= true