<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


XOR Search:

In Logical Words in TurboForth Kernal

Word Name: XOR
Type: Standard word
Data Stack Signature: a b -- xor(a,b)
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Replaces a and b with their logical XOR (exclusive OR).

Example:

none

Comment:

none

See Also: AND  NOT  OR 

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>