<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Transient String Words in String Library
Pops and displays the topmost string from the string stack.
$" Hello Mother!" \ place a string on the string stack UCASE$ .$ \ convert to upper case and display it
$" Hello Mother!"
UCASE$ .$
A run-time error results if the string stack is empty.