Get string representation of greater-than operation
Source position: fpexprpars.pp line 236
public function TFPGreaterThanOperation.AsString: AnsiString; override; |
Returns string representation of the greater-than
The AsString method returns a string representation of the greater-than operation, showing both operands connected by the ">" symbol for debugging and display purposes.
The string format helps in visualizing comparison expressions and provides valuable information for debugging expression parsing and evaluation logic.