Skip to contents

Sometimes a function is passed down the call stack and it's name is unknown. This function finds the name without having to pass it down the call stack as an argument.

Usage

fn_name(fn)

Arguments

fn

fn for which to retrieve the name

Value

chr of the functions name