From: Kyle Schmitt Date: 2007-04-22T22:51:44+09:00 Subject: Re: [QUIZ][SOLUTION] Morse Code (#121) OOps, that comment is poorly worded. On 4/22/07, Kyle Schmitt wrote: > #morse code ..................... > #for each letter of the alphabet, create a new value by replacing > #the first instance of the letter with it's morse value, and insert it > #into the hash. For each letter of the morse alphabet, insert a new key by replacing the first match of that letter-code with the letter.