Method code for $builder.realms_cmd()

[Turn on line numbering]
arg cmdstr, cmd;
var x, realms;

(> .perms(caller(), 'command) <);
realms = $place_lib.known_realms().union($realm.descendants());
.tell(["Realms:", ""] + realms.mmap('name).prefix("    "));

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

the Cold Dark