Both "AND" and "==" are the operators. A combination of "value", "operator" and "value" (like "3 AND 8") is an "equation". An "equation" always yields one value. You can confirm it as follows.
? 3 AND 2
? 16==16
? 16==8
The results of the preceding equations will be 2, 1 and 0.
1そうだね 未プレイ