Handbook
Glossary
callstack>array ( callstack -- array )
Vocabulary
kernel
Inputs
callstack
a
callstack
Outputs
array
an
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
IN:
kernel
PRIMITIVE:
callstack>array
( callstack -- array )
flushable