All Packages Class Hierarchy This Package Previous Next Index
Class prolog.lib.write_1
java.lang.Object
|
+----prolog.Predicate
|
+----prolog.CompiledPredicate
|
+----prolog.lib.write_1
- public class write_1
- extends CompiledPredicate
write/1: Display a Term.
-
write_1()
-
-
exec(Term[], Prolog)
- Implements the functionality of the call.
write_1
public write_1()
exec
public boolean exec(Term args[],
Prolog p)
- Implements the functionality of the call.
- Overrides:
- exec in class CompiledPredicate
All Packages Class Hierarchy This Package Previous Next Index