In the SWI-Prolog settings library, does the following exist between them:
scope:set_setting(Key, Value) and set_setting(scope:Key, Value)scope:setting(Key, Value) and setting(scope:Key, Value):- scope:setting(Key, Type, Default, Doc) and :- setting(scope:Key, Type, Default, Doc)
In addition: can scope be anything but user and the name of the loaded module?
source share