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


D+ Search:

In Math Words in 32-bit library

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

Performs a signed addition of the double values x and y, yielding a double result.
 

Example:

123456. 789567. D+ D. (displays 913023)

Comment:

None

See Also: + 

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