Function number_word:
Defined in module m_grammar (file: /std/modules/m_grammar.c)


number_word(1) == "one", etc.  number_word(10) == "10" and similarly
for numbers greater than 10, which is consistent with most English
style guidelines

Prototype:
string number_word(int num);
