Method code for $root.writers()

[Turn on line numbering]
arg @literal;

if (literal)
    return writers || [];
if (manager != this())
    return [manager, this()] + (writers || []);
return [manager] + (writers || []);

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

the Cold Dark