Documentation Prolog Predicate Reference builtin halt/0

halt/0

Terminate a Prolog processor.

Description

halt

halt exits the processor and returns to the system that invoked the processor. Due to Javascript characteristics, this predicate just stops the search in the database.

Implementation