2.12 Environment Control (Prolog flags)
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
      • Overview
        • Environment Control (Prolog flags)
          • current_prolog_flag/2
          • set_prolog_flag/2
          • create_prolog_flag/3
          • push_prolog_flag/2
          • pop_prolog_flag/1
    • Packages
Availability:built-in
pop_prolog_flag(:Key)
Restore the state saved by the matching push_prolog_flag/2. If Key did not exist at the matching push, it is removed again. Raises existence_error(pushed_flag, Key) if no matching push exists on the current thread.