Left operand of the binary operation
Source position: fpexprpars.pp line 146
public property TFPBinaryOperation.left : TFPExprNode |
The left property provides access to the left operand of the binary operation. The left operand is the first operand in the operation and is typically evaluated before the right operand in operations where evaluation order matters.
The property returns the TFPExprNode that represents the left side of the binary operation, allowing access to its value and type information.