takes two booleans and returns their result based on the binary operation assigned This doesn't work exactly as binary would because of the null "unset" value. In the case of unset's we just pass through the value that isn't unset.
the binary operator
the first (top) value
the second (under) value
boolean result
takes two booleans and returns their result based on the binary operation assigned This doesn't work exactly as binary would because of the null "unset" value. In the case of unset's we just pass through the value that isn't unset.