API Article
From Vendetta Lua
Jump to navigationJump to search
Article
Type | Name | Description |
---|---|---|
string | word | string to prepend an article to. |
Type | Name | Description |
---|---|---|
string | out | the string with an article prepended. |
<source lang="lua">Article("apple") -> "an apple"</source>