<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Transient String Words in String Library
From string s1, produces a new string, s2, consisting of the characters of s1 from start to start+len.
$"redgreenblue" 3 5 mid$ $. \ displays "green"
$"redgreenblue" 3 5 mid$ $.
The first character in the string is character number 0.
An error will occur under the following conditions: