sS plusNMoreWithNL(Collection full, Collection shown) { int n = abs(l(full)-l(shown)); ret n != 0 ? "\n[+" + (l(full)-l(shown)) + "]" : ""; }