PLOGHELP CURRENT_ATOM         Jonathan Laventhol, Friday 23rd March 1984
                                Revised by Kathryn Seifert  October 1986

Predicate which unifies its argument with an atom in Prolog dictionary

    ?- current_atom(X).

Keywords: dictionary


A call of 'current_atom' unifies X with an atom in the dictionary.  On
backtracking, X will be unified with the next word in the dictionary.

-- RELATED DOCUMENTATION ----------------------------------------------

PLOGHELP * CURRENT_OP
 Predicate whose arguments are the precedence, fix, and atom of a
 currently defined operator.

PLOGHELP * CURRENT_FUNCTOR
 Predicate whose args are a functor name and the most general term for
 that functor

PLOGHELP * CURRENT_PREDICATE
 Predicate whose args are a predicate and the most general term for that
 predicate
