<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Transient String Words in String Library
Pushes a string to the string stack.
$" Hello, Mother!" \ push the string Hello, Mother! to the string stack
$" Hello, Mother!"
A run-time error occurs if there is insufficient space on the string stack to accommodate the string.