Get string representation of addition operation
Source position: fpexprpars.pp line 311
public function TFPAddOperation.AsString: AnsiString; override; |
Returns string representation of the addition
The AsString method returns a string representation of the addition operation, showing both operands connected by the "+" symbol for debugging and display purposes.
The string representation helps in understanding the structure of mathematical expressions and provides useful debugging information for complex arithmetic operations.