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


D2- Search:

In Math Words in 32-bit library

Word Name: D2-
Type: Standard word
Data Stack Signature: d:x – d:x-2
Return Stack Signature: --
Availability: V1.2
Description:

Subtracts 2 from the double value on the stack.

Example:

1000000. D2- D. (displays 999998)

Comment:

None

See Also: 2- 

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