diff options
Diffstat (limited to 'example.pl')
-rw-r--r-- | example.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,4 +23,6 @@ list2(A) :- A = [a,b|c]. curly(A) :- A = {one,two,three}. +=(A,A). + :- initialization(could_be_friends(bob, sam)).
\ No newline at end of file |