<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Transient String Words in String Library
Duplicates the topmost string on the string stack.
$" Hello!" DUP$ $.s \ push Hello! to the string stack, duplicate it, and display the string stack.
$" Hello!" DUP$ $.s
A run-time error shall occur if the string stack is empty, or is there is insufficient space on the string stack to accomdate the string.