static Number parseLongOrBigInt(S s) { BigInt i = bigint(s); if (canConvertToLong(i)) ret toLong(i); ret i; }