Handbook
Glossary
>upper ( str -- upper )
ASCII
Prev:
>lower ( str -- lower )
Next:
>title ( str -- title )
Vocabulary
ascii
Inputs
str
a
string
Outputs
upper
a
string
Word description
Converts an ASCII string to upper case.
Definition
USING:
sequences
;
IN:
ascii
:
>upper
( str -- upper )
[
ch>upper
]
map
;