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


D1+ Search:

In Math Words in 32-bit library

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

Adds 1 to the double value on the stack.

Example:

1000000. D1+ D. (displays 1000001)

Comment:

None

See Also: 1+ 

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