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


2! Search:

In Programming and Stack Management Words in 32-bit library

Word Name: 2!
Type: Standard word
Data Stack Signature: d:x addr –
Return Stack Signature: --
Availability: V1.2
Description:

Stores a double-precision value into a variable previously declared with 2VARIABLE.

Example:

2VARIABLE AMOUNT
1667488. AMOUNT 2!

The above stores the value 1,667,488 into the double-precision variable AMOUNT.

Comment:

Pronounced “two store” or “double-store”.

See Also: ! 

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