242243244245246247248249250251252
throw ERT.badarg(obj, radix); // remove leading + if (!seq.isNil()) { if (seq.head().equalsExactly(PLUS_SIGN)) { seq = seq.tail().testString(); if (seq == null) { throw ERT.badarg(obj); } }
321322323324325326327328329330331
throw ERT.badarg(obj); // remove leading + if (!seq.isNil()) { if (seq.head().equalsExactly(PLUS_SIGN)) { seq = seq.tail().testString(); if (seq == null) { throw ERT.badarg(obj); } }