Method code for $compiler._kill_spaces()

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

return filter i in (list) where (i != " ");

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

Tlon