11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
parse_command_prepos_list - find out what words are valid prepositions
|
|
|
|
string array parse_command_prepos_list();
|
|
|
|
This routine is called in the master object to find out what words should
|
|
be considered prepositions. It is used by the parsing package and the
|
|
parse_command() efun.
|
|
|
|
See also:
|
|
parse_command
|