[Next] [Up] [Previous] [Contents] [Index]
Next: Dynamic declaration Up: Directives and Prolog Flags Previous: include/1   Contents   Index

Initialization

The directive
      :-initialization(Goal).
  is equivalent to:
      :-Goal.
unless Goal is a directive. It specifies that as soon as the program is loaded or consulted, the goal Goal is to be executed.



Neng-Fa Zhou () 2007-06-05