1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-08 11:25:14 +00:00
qb64/internal/help/EQV.txt

21 lines
410 B
Plaintext

The '''EQV''' statement returns a value based on the ''equivalence'' of two conditions or values.
{{PageSyntax}}
:first_value {{KW|EQV}} second_value
{{PageDescription}
* Returns True only when both values are the same.
* Turns a bit on if both bits are the same, turns a bit off if both bits are different.
{{Template:LogicalTruthTable}}
{{PageSeeAlso}}
* [[Binary]]
* [[Boolean]]
{{PageNavigation}}