Operators Keywords

Action Keywords GB VB6
Arithmetic ^, *, /, \, +, - v v1
Keywords Add, Sub, Mul, Div, Fmod v  
Keywords Mod v v
Increment/decrement ++, --, Dec, Inc v  
Assignment +=, -=, /=, *=, %=, &=, |=, ^= v  
Comparison <, >, <>, ><, =<, <=, >=., =>, !=, =, ==, Is v v2
Floating point comparison NEAR v  
Logical operations &&,, || ^^ v  
Logical NOT ! v  
One's complement ~ v  
Bitwise operators %&, |, %|, ^^ v  
32-bit Bitwise operators And, Or, Xor, Imp, Eqv v v
64-bit Bitwise operators And8, Or8, Xor8, Eqv8, Imp8 v  
Unary *, V:,    

1 Not: ^

2 Not: ==; !=; ><; =<; =>

See Also

Bits, Byte, Word, Int, and Large Operators and Keywords

Control Flow Keywords

Conversion Keywords

Data Types Keywords

Dates and Times Keywords

Miscellaneous Keywords

Variables and Constants Keywords

Operator Hierarchy

{Created by Sjouke Hamstra; Last updated: 24/06/2017 by James Gaite}