Files
scryer-prolog/tests-pl/syntax_error.pl
Skgland e1c681fffe clean up tests/
give helper function a more descriptive name
2021-03-11 01:52:21 +01:00

6 lines
151 B
Prolog

:- use_module(library(debug)).
:- use_module(library(format)).
missing_dot :- write('Not "." at the end of the line'), nl
:- initialize(missing_dot).