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


= Search:

In Comparison Words in TurboForth Kernal

Word Name: =
Type: Standard word
Data Stack Signature: a b -- true|false
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Replaces a and b with TRUE if a and b are equal, else replaces with FALSE.

Example:

none

Comment:

none

See Also: <> 

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