Operators perform arithmetic calculations; compare numbers, text, and boolean values; execute relational operations on boolean values; and concatenate strings and blobs.
PowerScript supports three types of operators:
Arithmetic operators for numeric datatypes
Relational operators for all datatypes
Concatenation operator for string datatypes