<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Transient String Words in String Library
Reverses the topmost string (s1) on the string stack, resulting in s2.
$" Hello, world!" rev$ .$ \ displays !dlrow ,olleH
$" Hello, world!" rev$ .$
An error occurs if the string stack is empty.