Noeud: Error and Exception Handling, Noeud « Next »: , Noeud « Previous »: Control, Noeud « Up »: Built-In Predicates



Error and Exception Handling

DyALog treats very poorly errors. There is only one predicate to raise errors (but no way to catch them).

error(Error)
Display Error and fail. There is no exit of the program.