print_stack
print_stack — prints a Gamma stack.
print_stack (file?, stack)
fileThe name of a file.
stackThe stack you wish to print.
This function causes Gamma to print a stack, such as
_error_stack_, _eval_stack_,
_jump_stack_, or
_unwind_stack_. See Predefined Symbols for more
details about these.
Gamma>try (2 + nil); catch print_stack(_eval_stack_);trap_error + print_stack tGamma>