morse.icn: Program to convert string to Morse code

August 14, 1996; Ralph E. Griswold and Robert J. Alexander
This file is in the public domain.
If "morse" is invoked without arguments, a Morse code table is
printed.  If words are entered as arguments, the Morse code
conversion is printed in dots and dashes.  If the first character of
the first argument is a dot or dash, the arguments are takes as Morse
code and converted to a string.

Source code | Program Library Page | Icon Home Page