sS joinOrKeep(LS tok, S olderString, LS olderTok) { ret tok == olderTok ? olderString : join(tok); }