<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Transient String Words in String Library
Converts all upper case characters in string s1 to lower case, resulting in string s2.
$" Hello There! 123" lcase$ .$ \ displays hello there! 123
An error occurs if the string stack is empty.