1. RE: C++ to Euphoria Question

> -----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

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu