callstack>array ( callstack -- array )


Vocabulary
kernel

Inputs
callstacka callstack


Outputs
arrayan array


Word description
Converts the callstack to an array containing groups of three elements. The array is in reverse order so that the innermost frame comes first.

Definition