Method code for $root.writers()

[Turn off line numbering]
  1: arg @literal;
  2: 
  3: if (literal)
  4:     return writers || [];
  5: if (manager != this())
  6:     return [manager, this()] + (writers || []);
  7: return [manager] + (writers || []);

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

the Cold Dark