create_prolog_flag/4¶
create_prolog_flag( +Flag, +Value, +Options)*
Create a new YAP Prolog flag. Options include type(+Type)
with _Type_ one of
boolean,
integer,
float,
atom and
term
(that is, any ground term) access(+Access)
with _Access_ one of
read_onlyor
read_write`
keep(+_Keep_)
protect existing flag.
`