Library globals

Function globals . globals . thisfunc

View source

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.