Source position: variants.pp line 319
const VarOpAsText: array [TVarOp] of string = ('+', '-', '*', '/', 'div', 'mod', 'shl', 'shr', 'and', 'or', 'xor', '', '-', 'not', '=', '<>', '<', '<=', '>', '>=', '**');