Method code for $compiler._kill_spaces()

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

// Created 17-Jul-1996 as a part of ColdCore, see: @help Credit

Tlon