Get string representation of XOR operation
Source position: fpexprpars.pp line 183
public function TFPBinaryXOrOperation.AsString: AnsiString; override; |
Returns string representation of the XOR
The AsString method returns a string representation of the XOR operation, typically showing both operands connected by the "xor" keyword for debugging and display purposes.