Handbook
Glossary
play-as-morse* ( str unit-length -- )
Vocabulary
morse
Inputs
str
A string of ascii characters which can be translated into morse code
unit-length
The length of a dot
Outputs
None
Word description
Plays a string as morse code
Definition
USING:
kernel
morse.private
sequences
;
IN:
morse
:
play-as-morse*
( str unit-length -- )
[
[
letter-gap
]
[
ch>morse
play-char
]
interleave
]
swap
playing-morse
;
inline