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: ==; !=; ><; =<; =>
Bits, Byte, Word, Int, and Large Operators and Keywords
Variables and Constants Keywords
{Created by Sjouke Hamstra; Last updated: 24/06/2017 by James Gaite}