Logtalk 2.17.0 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1048 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2004-04-25 23:57:46 +00:00
parent 91f87b3109
commit dcf184d930
123 changed files with 2113 additions and 1163 deletions

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.16.2
Release 2.17.0
Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
=================================================================
@@ -72,7 +72,7 @@ yes
% initially, score/1 is only defined for joePerson, so every descendant
% or viewpoint will share its value/definition:
| ?- joeEmployee::score(Score).
| ?- joeEmployee::score(Score).
Score = 0
yes
@@ -92,7 +92,7 @@ yes
| ?- joePerson::score(Score).
Counter = 0
Score = 0
yes
@@ -101,5 +101,5 @@ yes
| ?- joeSportsman::score(Score).
Counter = 0
Score = 0
yes