# BASIC operators

The following BASIC operators are available.

## In this section

- [! logical operator](https://d3codex.com/pickbasic-flashbasic/exclamation-logical-operator/)
- [# relational operator](https://d3codex.com/pickbasic-flashbasic/pound-relational-pperator/)
- [& logical operator](https://d3codex.com/pickbasic-flashbasic/ampersand-logical-operator/)
- [* arithmetic operator](https://d3codex.com/pickbasic-flashbasic/asterisk-arithmetic-operator/)
- [*= assignment operator](https://d3codex.com/pickbasic-flashbasic/asterisk-equals-assignment-operator/)
- [+ arithmetic operator](https://d3codex.com/pickbasic-flashbasic/plus-arithmetic-operator/)
- [+= assignment operator](https://d3codex.com/pickbasic-flashbasic/plus-equals-assignment-operator/)
- [- arithmetic operator](https://d3codex.com/pickbasic-flashbasic/minus-arithmetic-operator/)
- [\ arithmetic operator](https://d3codex.com/pickbasic-flashbasic/backslash-arithmetic-operator/)
- [\= assignment operator](https://d3codex.com/pickbasic-flashbasic/backslash-equals-assignment-operator/)
- [^ arithmetic operator](https://d3codex.com/pickbasic-flashbasic/caret-arithmetic-operator/)
- [-= assignment operator](https://d3codex.com/pickbasic-flashbasic/minus-equals-assignment-operator/)
- [/ arithmetic operator](https://d3codex.com/pickbasic-flashbasic/slash-arithmetic-operator/)
- [/= assignment operator](https://d3codex.com/pickbasic-flashbasic/slash-equals-assignment-operator/)
- [: relational operator](https://d3codex.com/pickbasic-flashbasic/colon-relational-operator/)
- [:= assignment operator](https://d3codex.com/pickbasic-flashbasic/colon-equals-assignment-operator/)
- [<= relational operator](https://d3codex.com/pickbasic-flashbasic/less-than-equals-relational-operator/)
- [<> relational operator](https://d3codex.com/pickbasic-flashbasic/less-than-greater-than-relational-operator/)
- [= assignment operator](https://d3codex.com/pickbasic-flashbasic/equals-assignment-operator/)
- [> relational operator](https://d3codex.com/pickbasic-flashbasic/greater-than-relational-operator/)
- [>< relational operator](https://d3codex.com/pickbasic-flashbasic/greater-than-les-than-relational-operator/)
- [>= relational operator](https://d3codex.com/pickbasic-flashbasic/greater-than-equals-relational-operator/)
- [and logical operator](https://d3codex.com/pickbasic-flashbasic/and-logical-operator/)
- [cat relational operator](https://d3codex.com/pickbasic-flashbasic/cat-relational-operator/)
- [eq assignment operator](https://d3codex.com/pickbasic-flashbasic/eq-assignment-operator/)
- [ge relational operator](https://d3codex.com/pickbasic-flashbasic/ge-relational-operator/)
- [gt relational operator](https://d3codex.com/pickbasic-flashbasic/gt-relational-operator/)
- [le relational operator](https://d3codex.com/pickbasic-flashbasic/le-relational-operator/)
- [lt relational operator](https://d3codex.com/pickbasic-flashbasic/lt-relational-operator/)
- [match relational operator](https://d3codex.com/pickbasic-flashbasic/match-relational-operator/)
- [ne relational operator](https://d3codex.com/pickbasic-flashbasic/ne-relational-operator/)
- [or logical operator](https://d3codex.com/pickbasic-flashbasic/or-logical-operator/)

---
Source: https://d3codex.com/pickbasic-flashbasic/basic-operators/ - part of the D3Codex reference.
