<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Transient String Words in String Library
Drops the topmost string from the string stack.
$" Hello" DROP$ $.s \ place Hello on the string stack, drop it, and display the string stack.
$" Hello" DROP$ $.s
A run-time error occurs if the string stack is empty.