>morse ( str -- newstr )


Vocabulary
morse

Inputs
strA string of ASCII characters which can be translated into morse code


Outputs
newstrA string in morse code


Word description
Translates ASCII text into morse code, represented by a series of dots, dashes, and slashes.

See also
morse>, ch>morse

Definition