Re: Fixpoint Numbers strange problem

2021-12-20 Thread Jimmie Houchin
Oh thanks. That helps. I hadn't even noticed that I was using ==  and not  =  since so few languages even allow = for equivalence. That clears up my misunderstanding. Thanks. Jimmie On 12/19/21 19:10, Jo-To Schäg wrote: Reading the docs: : (help '==) ===

Re: Fixpoint Numbers strange problem

2021-12-19 Thread Jo-To Schäg
Reading the docs: : (help '==) > > (== 'any ..) -> flg > Returns T when all any arguments are the same (pointer equality). See also > n== > and Comparing. > > > You are checking pointer equality once the number is bi