<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Comparison Words in 32-bit library
Returns TRUE if the double value x is equal to 0, otherwise returns FALSE.
123456. D0= . (displays 0 (false)) 0. D0= . (displays -1 (true))
None