Method code for $builder.children_cmd()

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

(> .perms(caller(), 'command) <);
return ["Children of " + what.namef('xref) + ":"] + ._list_objects(what.children(), 'parents);

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

the Cold Dark