<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Built-in Variables in TurboForth Kernal
Pushes the address of the latest dictionary entry variable.
none
The value in LATEST points to the start (the link field) of the last entry in the dictionary. Words such as : CODE: CREATE VARIABLE VALUE and CONSTANT cause dictionary entries to be created, thus cause LATEST to be updated.
LATEST
: CODE: CREATE VARIABLE VALUE and CONSTANT