<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Transient String Words in String Library
Places a copy of the 2nd string on the string stack on the top of the string stack.
$" red" $" blue" OVER$ $.s
A run-time error occurs there there are less than two strings on the string stack, or if there is insufficient space on the string stack to accomdate the string.