Handbook
Glossary
words ( string -- words )
Vocabulary
spelling
Inputs
string
an
object
Outputs
words
an
object
Definition
USING:
ascii
kernel
sequences
splitting
;
IN:
spelling
:
words
( string -- words )
>lower
[
letter?
not
]
split-when
harvest
;