<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Built-in Variables in TurboForth Kernal
Pushes the data stack's current address (the address that the top of the data stack is currently pointing to).
100 SP@ @ .
(displays 100)
none