[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

more on base



'(10 #8r10 10) => (10. 8. 8.)
'(10 #2r10 10) => (10. 2. 2.)
'(10 #o10 #.(print (list 'ibase= ibase 'base= base)) 10)
(IBASE= 10. BASE= 10.)
 => (10. 8. T 10.)
Maybe something about #. is re-initializing things...