Method code for $root.credit()

[Turn off line numbering]
  1: var line;
  2: 
  3: if ('core in (flags || [])) {
  4:     line = "Created ";
  5:     if (.created_on() > 0)
  6:         line += $time.format("%d-%h-%Y", .created_on()) + " ";
  7:     line = [line + "as a part of ColdCore, see: @help Credit"];
  8: } else {
  9:     line = [];
 10: }
 11: if (credit)
 12:     return [credit] + line;
 13: return line;
 14: 
 15: // $#Edited: 11 Jun 03 13:49 $brandon

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

the Cold Dark