Re: ANA() SANA() Macros are wrong...

From: Karl Buchner (blaizeofshadow@juno.com)
Date: 03/11/01


Checking our english dictionary, we see that the only words
in which y acts as a vowel in the first letter are yclad(EE klad)
yclept (EE klept) ylem (ii lem) yperite (EE puh riit) (mustard gas)
various forms of yttrium (a chemical) and ywis (i wis)

So, unless you're making a sci fi mud with mustard gas,
it would be safe to use
#define ANA(obj) (strchr("aeiouAEIOU", *(obj)->name) ? "An" : "A")
#define SANA(obj) (strchr("aeiouAEIOU", *(obj)->name) ? "an" : "a")
If, of course, you are using mustard gas, make sure you check
*(obj->name + 1) for a consonent to prevent those unsightly
"You get a yperite."s which is quite obviouslysupposed to be
"You get AN yperite."
________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/04/01 PST