RE: C++ to Euphoria Question
- Posted by Matthew Lewis <matthewwalkerlewis at YAHOO.COM> Apr 16, 2001
- 390 views
> -----Original Message----- > From: Euman [mailto:euman at bellsouth.net] > > sifMask = SIF_RANGE | SIF_POS Equivalent to sifMask = or_bits(SIF_RANGE, SIF_POS ) in Euphoria. Also, & is the same as and_bits(), and ^ is the same as xor_bits(), in case you run into those. Matt Lewis