Method code for $builder.parents_cmd()

[Turn on line numbering]
arg cmdstr, cmd, what;

(> .perms(caller(), 'command) <);
return ["Parent" + (.parents().length() > 1 ? "s" : "") + " of " + what.namef('ref) + ":"] + ._list_objects(what.parents(), 'children);

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

the Cold Dark