Appearance
and
Compare two values "anded" by each other.
# [x] and [y] bark(1 == 1 and 2 == 2); # true!
The resulting value is only true when both x AND y are true.
x
y