<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Transient String Words in String Library
Removes leading and trailing spaces from the topmost string on the string stack.
$" HELLO! " trim$ len$ . \ displays 6
$" HELLO! " trim$ len$ .
An error occurs if the string stack is empty.