Function globals globals thisfunc
Returns reference to calling function. This allows a function to reliably call itself from a closure, rather than the global function with the same name.
Returns reference to calling function. This allows a function to reliably call itself from a closure, rather than the global function with the same name.