Get string representation of subtraction operation
Source position: fpexprpars.pp line 320
public function TFPSubtractOperation.AsString: AnsiString; override; |
Returns string representation of the subtraction
The AsString method returns a string representation of the subtraction operation, showing both operands connected by the "-" symbol for debugging and display purposes.