- autoload is det
- autoload(+Options) is det
- Force all necessary autoloading to be done now. Options:
- verbose(+Boolean)
- If
true
(default false
), report on the files loaded.
- undefined(+Action)
- Action defines what happens if the analysis finds a
definitely undefined predicate. One of
ignore
or
error
. Default is ignore
.