<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


UCASE$ Search:

In Transient String Words in String Library

Word Name: UCASE$
Type: Standard word
Data Stack Signature: -- / ss: s1 -- s2
Return Stack Signature: --
Availability: V1.2
Description:

Converts all lowercase characters in string s1 to upper case, resulting in string s2.

Example:

$" hello!" ucase$ .$ \ displays HELLO!

Comment:

An error occurs if the string stack is empty.

See Also: LCASE$ 

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>