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