Documentation Prolog Predicate Reference builtin current_prolog_flag/2

current_prolog_flag/2

Check prolog flag and flag values.

Description

current_prolog_flag( ?flag, ?term )

current_prolog_flag(Flag,Value) is true if and only if Flag is a valid prolog flag and Value is its value.

Implementation