sS n2_generic(S n, S singular, S plural) { if (!isInteger(n)) ret n + " " + plural; ret n2(parseInt(n), singular, plural); }