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 navigationJump to 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:
<source lang="lua">Article("apple") -> "an apple"</source>