Source position: pastree.pp line 1763
const OpcodeStrings: array [TExprOpCode] of string = ('', '+', '-', '*', '/', 'div', 'mod', '**', 'shr', 'shl', 'not', 'and', 'or', 'xor', '=', '<>', '<', '>', '<=', '>=', 'in', 'is', 'as', '><', '@', '^', '@@', '.'); |