Unidentified flying variables on the command line or in configuration files may be confusing the same way as arguments, options and flags. Therefore the functions:
vector<string> unidentified_variables(unsigned Number, const char* Known, ...) const; vector<string> unidentified_variables(const vector<string>& Knowns) const;provide UFO detection for variables in the usual manner as the described above.