<< 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 left side of string s1.
$" redgreenblue" 3 left$ .$ \ displays red
$" redgreenblue" 3 left$ .$
An error occurs if: