NotableFlag
interface NotableFlag
A typed, well-known Prolog flag, i.e. a named switch whose legal values and default are known ahead of time -- as opposed to the arbitrary String → Termentries a plain [FlagStore] can also hold. Implemented as object`s for both ISO-standard flags (Unknown, DoubleQuotes) and implementation-specific ones (LastCallOptimization, TrackVariables, MaxArity).
See also
Inheritors
Properties
Link copied to clipboard
Every legal value this flag may take.
Link copied to clipboard
The value this flag takes unless explicitly set otherwise.
Link copied to clipboard
Whether this flag's value can be changed at all (false for e.g. MaxArity).