A
          / \      _             Play Now                         Nemesis on fb
          | |     | |  _______   _        _   _______    _______   _    _______
          | |\    | | |   ____| |  \    /  | |   ____|  /   ____| | |  /   ____|
 /-------/-------------------------------------------------------------------,
O= Home <=XX|  About  News  Pics  Adventurers  Wizards  Download  Connect     >
 \-------\-------------------------------------------------------------------'
          | |   \   | |  |____  | |      | | |  |____   ___ \  \  | |  ___ \  \
          | |     \_| |_______| |_|      |_| |_______| |_______/  |_| |_______/
          \ /
           V  

Documentation Area

Document Path: /doc/lib/a_or_an


Simul efun: a_or_an - find the correct indefinite article

Synopsis:
	string a_or_an(string str)

Description:
	Is useful to determine whether a description has to start with
	an 'a' or 'an'.

Return value:
	returns "a" or "an" depending on first letter in <str>.

Examples:
	a_or_an("building") returns "a"
	a_or_an("emerald")  returns "an"

See also:


This page was generated in LPC

Imprint / Impressum