First page Back Continue Last page Overview Graphics
Correctness
Most-specific rules normally take precedence, BUT
- Sometimes, multiple rules contribute to the answer
- e.g. pricing rules like "add $20 if custom size, $5 if custom color”
- Dependent tests must occur in correct order
- (E.g. "x<>0 and y/x>23" must be in that order)
Notes: