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

Writes value to the cell at address.

Example:

99 $B000 !

Comment:

none

See Also: @  VARIABLE 

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