{ "str""A string of ASCII characters which can be translated into morse code" } { "str""A string in morse code" } }
{ $description "Translates ASCII text into morse code, represented by a series of dots, dashes, and slashes." }
{ $see-also morse> ch>morse } ;
HELP:morse>
{ $values { "str""A string of morse code, in which the character '.' represents dots, '-' dashes, ' ' spaces between letters, and ' / ' spaces between words." } { "str""The ASCII translation of the given string" } }
{ $description "Translates morse code into ASCII text" }