Source position: pastree.pp line 1776
const OperatorTokens: array [TOperatorType] of string = ('', '', '', '*', '+', '-', '/', '<', '=', '>', ':=', '<>', '<=', '>=', '**', '><', 'Inc', 'Dec', 'mod', '-', '+', 'Or', 'div', 'shl', 'or', 'and', 'xor', 'and', 'not', 'xor', 'shr', 'enumerator', 'in', '', '', '', ''); |