Appearance
输出逻辑。
1 > 2 1 < 2 1 = 2 1 != 2
true false false true
AND(1 > 2, 1 < 2) OR(1 > 2, 1 < 2) NOT(1 > 2)
false true true