Method code for $list.valid_objects()

[Turn off line numbering]
  1: arg list;
  2: var obj;
  3: 
  4: return filter obj in (list) where (valid(obj));

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon