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