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