void AddAttributeValueStringList(char *attribute, wxList *value)
Adds an attribute and string list value pair to the clause.
Note that the list passed to this function is a list of strings, NOT a list of PrologExprs; it gets turned into a list of PrologExprs automatically. This is a convenience function, since lists of strings are often manipulated in C++.