Skip to main content
Version: Next

current_prolog_flag/2

Description

current_prolog_flag/2 is a predicate that queries Prolog flags.

Signature

current_prolog_flag(?Flag, ?Value)

Where:

  • Flag is the name of the flag.
  • Value is the current value of the flag.