Get string representation of less-than operation
Source position: fpexprpars.pp line 227
public function TFPLessThanOperation.AsString: AnsiString; override; |
Returns string representation of the less-than
The AsString method returns a string representation of the less-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.