Names of operations.
Source position: variants.pp line 326
const VarOpAsText: array [TVarOp] of AnsiString = ('+', '-', '*', '/', 'div', 'mod', 'shl', 'shr', 'and', 'or', 'xor', '', '-', 'not', '=', '<>', '<', '<=', '>', '>=', '**'); |
VarOpAsText is an array with the names of the various variant operations.
|
Return a textual description of the variant type. |