7 ms·
One obvious mistake is on Page 2 (pseudo-code). @Result = @Result | @ClauseResult But @Result is 0 by default.
by tejask 15y ago
One obvious mistake is on Page 2 (pseudo-code).
@Result = @Result | @ClauseResult
But @Result is 0 by default.
7 ms·