Unit 'fpexprpars' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

ttComparisons

Set of token types used for comparison operations

Declaration

Source position: fpexprpars.pp line 46

const ttComparisons = [ttLargerThan, ttLessthan, ttLargerThanEqual, ttLessthanEqual, ttEqual, ttUnequal];

Description

This constant set contains all TTokenType values that represent comparison operators in expressions. It includes equality, inequality, and ordering operators such as equal, unequal, less than, greater than, less than or equal, and greater than or equal.

The set is used by the parser to identify comparison operations and ensure proper precedence handling when evaluating expressions.

See also

ttDelimiters

  

Set of token types used as operators and delimiters


Documentation generated on: Dec 15 2025