API Article

From Vendetta Lua
Revision as of 04:19, 1 April 2011 by Draugath (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Article

Definition

Article( string  word) ->  string  out
Description

prepends the appropriate article to the string word
Arguments

Type Name Description
string word string to prepend an article to.
Returns

Type Name Description
string out the string with an article prepended.
Notes

Example:

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