>upper ( str -- upper )
ASCII

Prev:>lower ( str -- lower )
Next:>title ( str -- title )


Vocabulary
ascii

Inputs
stra string


Outputs
uppera string


Word description
Converts an ASCII string to upper case.

Definition