set_logtalk_flag(Flag, Value)
Sets Logtalk flag values. The scope of this directive is the entity containing it or the source file being compiled. For global scope, use the corresponding set_logtalk_flag/2 built-in predicate within an initialization/1 directive.
set_logtalk_flag(+atom, +atom)
instantiation_errorinstantiation_errortype_error(atom, Flag)domain_error(logtalk_flag, Flag)domain_error(flag_value, Flag + Value)permission_error(modify, flag, Flag):- set_logtalk_flag(xmldocs, on).