Method code for $list.valid_objects()

[Turn on line numbering]
arg list;
var obj;

return filter obj in (list) where (valid(obj));

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

the Cold Dark