address problems brought up in review
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
:- use_module(library(debug)).
|
||||
:- use_module(library(format)).
|
||||
|
||||
missing_dot :- write('Not "." at the end of the line'), nl
|
||||
missing_dot :- write('No "." at the end of the line'), nl
|
||||
|
||||
:- initialize(missing_dot).
|
||||
:- initialization(missing_dot).
|
||||
|
||||
Reference in New Issue
Block a user