ScriptBasic:UsersGuide 9.10.1
From ScriptBasic
9.10.1. Operators
- 9.10.1.1. Power operator (^)
- 9.10.1.2. Multiplication operator (*)
- 9.10.1.3. Division operator (/)
- 9.10.1.4. Integer division operator (\)
- 9.10.1.5. Modulus operator (%)
- 9.10.1.6. Addition and subtraction operators (+, -)
- 9.10.1.7. Bit-wise and logical NOT (NOT)
- 9.10.1.8. Equality operator (=)
- 9.10.1.9. Not equal operator (<>)
- 9.10.1.10. Compare operators (<, <=, >, >=)
- 9.10.1.11. Logical operators (and, or, xor)
- 9.10.1.12. Concatenation operator (&)
- 9.10.1.13. ByVal operator
- 9.10.1.14. LIKE operator
- 9.10.1.15. Extension operators
- 9.10.1.16. Planned, Future Operators