A.18 library(gensym): Generate unique symbols
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • The SWI-Prolog library
        • library(gensym): Generate unique symbols
          • gensym/2
          • reset_gensym/0
          • reset_gensym/1
    • Packages
Availability::- use_module(library(gensym)).(can be autoloaded)
Sourcereset_gensym
Reset gensym for all registered keys. This predicate is available for compatibility only. New code is strongly advised to avoid the use of reset_gensym or at least to reset only the keys used by your program to avoid unexpected side effects on other components.