Checkpoint
This commit is contained in:
parent
9db1c66781
commit
724e911a6f
17 changed files with 288 additions and 95 deletions
|
@ -21,3 +21,7 @@ main :-
|
|||
write("but "),
|
||||
did_not_get_an_a(Y),
|
||||
write(Y), write(" did not get an A, "), fail; write("unfortunately."), nl.
|
||||
|
||||
:- initialization(main).
|
||||
main :- write('gpl zegt: '), groet(wereld), nl.
|
||||
groet(X) :- write(dag(X)).
|
||||
|
|
Reference in a new issue