public function removeSpaces(str) { temp.out = 0; for(temp.t : str.tokenize()) out @= t; return out; }