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


NEGATE Search:

In Math Words in TurboForth Kernal

Word Name: NEGATE
Type: Standard word
Data Stack Signature: a -- a|-a
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Negates the topmost cell (positive becomes negative, negative becomes positive).

Example:

none

Comment:

none

See Also: ABS 

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