1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 22:50:23 +00:00
QB64-PE/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}}