Difference between revisions of "API Article"

From Vendetta Lua
Jump to: navigation, search
(split)
(No difference)

Revision as of 21:56, 25 January 2009

Article

Definition:
Article(string word) -> string out
Description:
prepends the appropriate article to the string word
Arguments:
word string to prepend an article to.
Returns:
out the string with an article prepended.
Example:

Article("apple") -> "an apple"