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, +nonvar)
instantiation_error
instantiation_error
type_error(atom, Flag)
domain_error(flag, Flag)
domain_error(flag_value, Flag + Value)
permission_error(modify, flag, Flag)
:- set_logtalk_flag(unknown_entities, silent).