Comment on Comments−tejask14yOne obvious mistake is on Page 2 (pseudo-code).@Result = @Result | @ClauseResultBut @Result is 0 by default.
Comments
One obvious mistake is on Page 2 (pseudo-code).
@Result = @Result | @ClauseResult
But @Result is 0 by default.