<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Comparison Words in 32-bit library
Returns TRUE if the double values x and y are the same, otherwise returns FALSE.
123456. 123456. D= . (displays -1 (true)) 123456. 654321. D= . (displays 0 (false))
None