ch>morse ( ch -- morse )


Vocabulary
morse

Inputs
chA character that has a morse code translation


Outputs
morseA string consisting of zero or more dots and dashes


Word description
If the given character has a morse code translation, then return that translation, otherwise return a ? character.

Definition