📄️ Assignment
irScript's assignment operator (=) and its value-vs-reference assignment semantics for different data types.
📄️ Bitwise
irScript's bitwise operators (&, |, ^, <<, >>) for Integer values.
📄️ Equality
irScript's equality operators (== and !=), including how null operands are compared.
📄️ Logical
irScript's logical operators (&&, ||, !) for Boolean values.
📄️ Math
irScript's math operators, including using + for both numeric addition and text concatenation.
📄️ Relational
irScript's relational operators (>, >=, <, <=) across Integer, Decimal, DateTime, and Text values.
📄️ Unary
irScript's unary operators, including prefix and postfix increment/decrement behavior on numeric values.