>lower ( str -- lower )
ASCII

Prev:ch>upper ( ch -- upper )
Next:>upper ( str -- upper )


Vocabulary
ascii

Inputs
stra string


Outputs
lowera string


Word description
Converts an ASCII string to lower case.

Definition