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