All Packages Class Hierarchy This Package Previous Next Index
Class prolog.lib.halt_1
java.lang.Object
|
+----prolog.Predicate
|
+----prolog.CompiledPredicate
|
+----prolog.lib.halt_1
- public class halt_1
- extends CompiledPredicate
halt/1: Exit the prolog system, with an exit code.
-
halt_1()
-
-
exec(Term[], Prolog)
- Implements the functionality of the call.
halt_1
public halt_1()
exec
public boolean exec(Term args[],
Prolog p) throws ArgumentException
- Implements the functionality of the call.
- Overrides:
- exec in class CompiledPredicate
All Packages Class Hierarchy This Package Previous Next Index