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