Next Previous Contents

8. _function_name

Synopsis

Returns the name of the currently executing function

Usage

String _function_name ();

Description

This function returns the name of the currently executing function. If called from top-level, it returns the empty string.

See Also

_trace_function, is_defined


Next Previous Contents