logicalbinop¶
The logical binary operators.
Declaration¶
Sintaxe¶
logicalbinop = And | Or | Xor | NEqv | Eqv
Values¶
Value |
Meaning |
|---|---|
|
|
|
|
|
exclusive or. |
|
|
|
|
Valores de retorno¶
None. An enumeration value is not evaluated.
Descrição¶
Xor and NEqv compute the same result: they are separate values so that
unparsed ASR reproduces the operator that was written.