svoid replaceTokenWithSpace(LS tok, int i) { tokSet(tok, iArgEnd, endsWithSpaceEtc(get(tok, i-1)) || startsWithSpaceEtc(get(tok, i+1)) ? "" : " "); }