<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Programming and Stack Management Words in 32-bit library
Stores a double-precision value into a variable previously declared with 2VARIABLE.
2VARIABLE
2VARIABLE AMOUNT 1667488. AMOUNT 2!
The above stores the value 1,667,488 into the double-precision variable AMOUNT.
Pronounced “two store” or “double-store”.