break/0

break*

Suspends the execution of the current goal and creates a new execution level similar to the top level, displaying the following message:


 [ Break (level <number>) ]

telling the depth of the break level just entered. To return to the previous level just type the end-of-file character or call the end_of_file predicate. This predicate is especially useful during debugging.