Get string representation of power operation
Source position: fpexprpars.pp line 357
public function TFPPowerOperation.AsString: AnsiString; override; |
Returns string representation of the power
The AsString method returns a human-readable string representation of the power operation, typically in the format 'base ^ exponent' or 'base ** exponent', showing both operands and the power operator.