On 4 November 2010 16:24, Jay Tennant <[email protected]> wrote:
>> From: [email protected]
>> Sent: Wednesday, November 03, 2010 10:02 PM
>>
>> jay
>> 2010-11-03 20:01:02 -0700 (Wed, 03 Nov 2010)
>> 83
>> Rewrote CapsLock check to strgrabber. I don't know if it works. (Can't 
>> compile fb.)
>> ---
>> U   wip/customsubs.bas
>
> Can someone verify this works? It'd finish fixing bug 856 if it does.

For reference, equivalence* between some C and FB operators:

C  FB
&   and
|   or
^   xor
&=  and=
|=  or=
^=  xor=
&&  andalso
||  orelse
~   not
!   no equivalent (extremely annoying!!)
(a?b:c)   iif(a,b,c)  (for int only, no equivalent for other types!)

*Actually, andalso and orelse are not entirely equivalent to && and ||
because they return -1 for true instead of 1.
_______________________________________________
Ohrrpgce mailing list
[email protected]
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org

Reply via email to