The George Programming Language

Keyword: and

Compare two values anded by each other.

bark(1 == 1 and 2 == 2); # true!