Method code for $list.nonzero()

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

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

Tlon