sS invtag(S tag, O... paramsAndContents) { if (even(l(paramsAndContents))) ret htag(tag, "", paramsAndContents); O contents = last(paramsAndContents); ret tag(tag, contents, dropLastFromObjectArray(paramsAndContents)); }