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 2013-01-25