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


+! Search:

In Memory Access Words in TurboForth Kernal

Word Name: +!
Type: Standard word
Data Stack Signature: value address --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Read the cell at address, adds value to it and stores the result at address.

Example:

none

Comment:

none

See Also: !  @  VARIABLE 

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