All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.nl_0

java.lang.Object
   |
   +----prolog.Predicate
           |
           +----prolog.CompiledPredicate
                   |
                   +----prolog.lib.nl_0

public class nl_0
extends CompiledPredicate
nl/0: Print a newline.


Constructor Index

 o nl_0()

Method Index

 o exec(Term[], Prolog)
Implements the functionality of the call.

Constructors

 o nl_0
 public nl_0()

Methods

 o 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