current_logtalk_flag(Flag, Value)
Enumerates, by backtracking, the current Logtalk flag values.
current_logtalk_flag(?atom, ?atom)
type_error(atom, Flag)
domain_error(valid_flag, Value)
| ?- current_logtalk_flag(xml, Value).