<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Stack Words in TurboForth Kernal
Places the count of the number of cells on the stack on the stack.
none
For example, if the stack consists of 1 3 5 7 then execution of the word DEPTH results in pushes the value 4 to the stack.
DEPTH