Skip to content

operators

operators #

Nodes that perform logical, comparison, and arithmetic operations.

Operator nodes perform logical, comparison, and arithmetic operations on procedure results. They follow the Type + Operation naming pattern (BoolNot, NumberLessThan, TimeAddInterval) and execute without user interaction.

Most operators are also reachable through Python operator overloading on Procedure instances (~, &, |, <, >, <=, >=), which builds the corresponding operator nodes behind the scenes.