Handbook
Glossary
morse>sentence ( morse -- sentence )
Vocabulary
morse
.
private
Inputs
morse
an
object
Outputs
sentence
an
object
Definition
USING:
sequences
splitting
;
IN:
morse.private
:
morse>sentence
( morse -- sentence )
"/"
split
[
trim-blanks
morse>word
]
map
join-words
;