AND truncation of series
Sometimes I just need to ask...
Do you see the value in the truncation of this operation:
>> #{010203} and #{0202}
== #{0002}
(Note that the result is the length of the shorter argument.)
However:
>> #{010203} or #{0202}
== #{030203}
leaves it full length.
There may have been some logical reason in the past, but if their was, I don't see it in the docs. So, unless someone objects, AND will be modified to produce the same length as OR.
This is Curecode bug #1013.
6 Comments
|