Experimental lifecycle

  • The current frame is the execution context of the function that is currently being evaluated.

  • The caller frame is the execution context of the function that called the function currently being evaluated.

See the call stack topic for more information.

caller_fn(n = 1)

current_fn()

Arguments

n

The number of generations to go back.

Life cycle

These functions are experimental.

See also