<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Programming and Stack Management Words in 32-bit library
Defines and reserves space for a double-precision (32-bit) variable.
2VARIABLE AMOUNT
The above reserves 2 cells (32 bits) of memory. When AMOUNT is referenced, the numerically lower address of the two-cell address is returned. This address points to the low 16-bits of the 32-bit value.
Used in conjunction with 2! and 2@.