Validate the boolean result operation
Source position: fpexprpars.pp line 190
public procedure TFPBooleanResultOperation.Check; override; |
The Check method validates that the operands are compatible for the specific boolean result operation. While the result will be boolean, the operands may be of various types depending on the specific operation (e.g., numeric types for comparison operations).
The validation ensures that the operands are type-compatible for the comparison or relational operation being performed.