Method code for $list.fmt_tb()

[Turn off line numbering]
  1: arg tb, @args;
  2: 
  3: return $parse_lib.traceback(tb, @args);

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon