static S rejoinTok(S original, L tok) { if (tok == null) null; if (joinedEquals(tok, original)) ret original; ret join(tok); }