PLOGHELP BREAK                                Chris Mellish, August 1982
                                Revised by Kathryn Seifert  October 1986

Predicate which calls new invocation of Prolog top-level

    ?- break.

Keywords: Prolog top-level

Gets a new invocation of the Prolog top-level. When this has finished,
the previous computation is resumed.

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

PLOGHELP * ABORT
 Predicate which aborts all current executions

PLOGHELP * HALT
 Predicate which causes an exit from POPLOG
