API Article

From Vendetta Lua
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>