Logo
  • Home
  • INSTALL
  • Calling YAP
  • Core Built-ins
  • Programming
  • Extensions
  • Library
  • Available Packages
  • Foreign Language Interface
YAP Prolog Reference Manual
  • Flag Manipulation in Prolog

Flag Manipulation in Prolog¶

Routines to manipulate flags: they allow defining, set, resetting.

  • prolog::flag_set/2
  • flags_type_definition/4
  • prolog::defined_flag/7
  • prolog::flags_print/0
  • prolog::flag_help/0
  • prolog::flags_load/1
  • prolog::flags_save/1
  • prolog::flags_reset/1
  • prolog::flags_reset/0
  • prolog::flag_get/2
  • prolog::flag_unsafe_set/2
  • prolog::flag_set/3
  • prolog::flag_group_chk/1
  • prolog::flag_groups/1
  • prolog::flag_define/7
  • prolog::flag_define/5
  • prolog::flag_define/2

Built with MkDocs using a theme provided by Read the Docs.