<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Transient String Words in String Library
From string s1, creates a new string, s2, consisting of len characters from the right side of string s1.
$" redgreenblue" 4 right$ .$ \ displays blue
$" redgreenblue" 4 right$ .$
An error occurs if: