Get string representation of greater-than-equal operation
Source position: fpexprpars.pp line 255
public function TFPGreaterThanEqualOperation.AsString: AnsiString; override; |
Returns string representation of the greater-than-equal
The AsString method returns a string representation of the greater-than-or-equal operation, showing both operands connected by the ">=" symbol for debugging and display purposes.
The string format helps in visualizing comparison expressions and provides clear indication of the combined greater-than and equality test being performed.