Right, but it was also 1 when only 1 of the inputs was 1. It seems to me the output of and AND operation should require all inputs to be a given value before the output changes. In my head it's like this:
If x AND y =1 then output =1
If x=1 and y=0, or x=0 and y=1, or x=0 and y=0 then output = 0
I understand that's not the intent, it's just a difference between the way my mind works and the way VL is setup to operate, but it throws me for a loop sometimes.
#XPression