Method code for $code_lib._show_ref()

[Turn on line numbering]
arg i;

return i[2] != i[3] ? strfmt("%l<%l>.%l()", i[2], i[3], i[4]) : strfmt("%l.%l()", i[2], i[4]);

["// Created 26-Mar-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark