[Gambas-user] strange problem with NOT

Jean-Francois Perreault cmcpero at ...142...
Fri Mar 18 21:16:18 CET 2005


I found this related article about microsoft basic bitwise operation
http://vb.mvps.org/tips/truth.asp

valid from the 8bit CP/M MS Basic to Visual basic 4-6

it also says that logical operators like NOT avec lower precedence than 
comparison operators like =
it also explains why puttin () all over the place is bad , because you 
could end up bypassing compiler (interpreter in this case) optimizations

I'm not sure if it all applie to gambas , are all logical operators 
bitwise operators ?

the article has a link to http://www.ethanwiner.com/ , there is a free 
book on that site called "Basic Techniques and Utilities" , could help too






More information about the User mailing list