|
 |
Cousin Ricky <ric### [at] yahoo com> wrote:
> The value of `White` never changes. It is the expression `(White=1)`
> (which is a conditional in this context, not an assignment) that you
> should vstr().
Ah, yes. Very interesting.
So <1, 1, 1> gets promoted to rgbft <1, 1, 1, 0, 0>,
and 1 gets promoted to <1, 0, 0, 0, 0>
and then comparing element by element ones gets
<1, 1, 1, 0, 0>
<1, 0, 0, 0, 0>
---------------
<1, 0, 0, 1, 1>
Totally logical, yet totally unexpected!
- BE
Post a reply to this message
|
 |