Method code for $root.credit()

[Turn on line numbering]
var line;

if ('core in (flags || [])) {
    line = "Created ";
    if (.created_on() > 0)
        line += $time.format("%d-%h-%Y", .created_on()) + " ";
    line = [line + "as a part of ColdCore, see: @help Credit"];
} else {
    line = [];
}
if (credit)
    return [credit] + line;
return line;

// $#Edited: 11 Jun 03 13:49 $brandon

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

the Cold Dark