<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Transient String Words in String Library
Pushes the length of the topmost string on the string stack to the data stack
$" red" len$ . \ displays 3
$" red" len$ .
An occurs if the string stack is empty.