<< 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:

Adds 2 to the double value on the stack.


 

Example:

1000000. D2+ D. (displays 1000002)

Comment:

None.

See Also: 2+ 

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