4.8 Meta-Call Predicates
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
      • Built-in Predicates
        • Meta-Call Predicates
          • call/1
          • call/2
          • autoload_call/1
          • apply/2
          • not/1
          • once/1
          • ignore/1
          • call_with_depth_limit/3
          • call_with_inference_limit/3
          • setup_call_cleanup/3
          • setup_call_catcher_cleanup/4
          • call_cleanup/2
          • undo/1
    • Packages
Availability:built-in
Sourceautoload_call(:Goal)
As call/1, but first trigger the autoloader if Goal is not defined. The autoloader is used, even if the flag autoload is false. In addition, using this predicate causes the dependency checker, e.g., list_undefined/0, to ignore the argument. This predicate is particularly used to call into the development tools.