Appearance
输出逻辑。
1 > 2 1 < 2 1 = 2 1 != 2
false true false true
And(1 < 2, 1 > 2) Or(1 < 2, 1 > 2) Not(1 > 2)
false true true