morse> ( morse -- plain )


Vocabulary
morse

Inputs
morseA string of morse code, in which the character '.' represents dots, '-' dashes, ' ' spaces between letters, and ' / ' spaces between words.


Outputs
plainThe ASCII translation of the given string


Word description
Translates morse code into ASCII text

See also
>morse, morse>ch

Definition