newLISP Fan Club

Forum => Anything else we might add? => Topic started by: Jeremy Dunn on January 16, 2007, 07:33:27 PM

Title: Bit operator defaults
Post by: Jeremy Dunn on January 16, 2007, 07:33:27 PM
Lutz,



Could we establish these defaults for a couple of the bit operators?



(& n) is the same as (& n 1)

(| n) is the same as (| n 1)