[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Names of operations
Source position: variants.pp line 319
const VarOpAsText: array [TVarOp] of string = ('+', '-', '*', '/', '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 |