svoid clearTokensExceptSurroundingN(LS tok) { clearAllTokens(tok, 1, l(tok)-1); }