morse>ch ( str -- ch )


Vocabulary
morse

Inputs
strA string of dots and dashes that represents a single character in morse code


Outputs
chThe translated character


Word description
If the given string represents a morse code character, then return that character, otherwise return a space character.

Definition