Logtalk 2.13.0 release files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@535 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2002-06-15 13:18:34 +00:00
parent 9809cca4d5
commit 3638b381dd
86 changed files with 602 additions and 502 deletions

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.12.0
Release 2.13.0
Copyright (c) 1998-2002 Paulo Moura. All Rights Reserved.
=================================================================
@@ -17,9 +17,9 @@ Day = 15
Yes
| ?- date(Year, _, _)::(today, leap_year).
| ?- date(Year, _, _)::(today, \+ leap_year).
Year = 2000
Year = 2002
yes