RE: math operators

new topic     » goto parent     » topic index » view thread      » older message » newer message

> Lucius Hilley wrote:
> 
> BITWISE OPERATORs
> compare() become ==
> and_bits() become &&
> or_bits() become ||
> 
> or at least see them used as operators. Such as:
>   if (int1 and_bits int2) then
>     if (int2 or_bits int2) then
>     end if
>   end if
> But that wouldn't be backwards compatible. :(

oh, another alternative could be 
         and_bits ---> @and
         or_bits ---> @or
         xor_bits ---> @xor


--
jon

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu