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


0= Search:

In Comparison Words in TurboForth Kernal

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

Replaces a with TRUE if a=0, else replaces with FALSE.

Example:

none

Comment:

none

See Also: 0<  0<=  0<>  0>  0>= 

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