API Article

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