settingFlagsByVariableGeneratesInstantiationError
Tests that the query
?- set_flag(F, value).Content copied to clipboard
with F unbound fails producing an instantiation_error.
Tests that the query
?- set_flag(F, value).with F unbound fails producing an instantiation_error.