|
Revision 4662, 1.0 KB
(checked in by pmoura, 5 days ago)
|
|
Updated copyright notice.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ================================================================ |
|---|
| 2 | Logtalk - Open source object-oriented logic programming language |
|---|
| 3 | Release 2.35.0 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2009 Paulo Moura. All Rights Reserved. |
|---|
| 6 | Logtalk is free software. You can redistribute it and/or modify |
|---|
| 7 | it under the terms of the "Artistic License 2.0" as published by |
|---|
| 8 | The Perl Foundation. Consult the "LICENSE.txt" file for details. |
|---|
| 9 | ================================================================ |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | To load this example and for sample queries, please see the SCRIPT.txt file. |
|---|
| 13 | |
|---|
| 14 | This folder contains examples of the used of operators inside objects |
|---|
| 15 | and categories: |
|---|
| 16 | |
|---|
| 17 | double.lgt |
|---|
| 18 | Simple object containing clauses using an infix operator. |
|---|
| 19 | |
|---|
| 20 | triple.lgt |
|---|
| 21 | Simple object reading from a file (triple.txt), and asserting into |
|---|
| 22 | self, clauses that use an infix operator. |
|---|
| 23 | |
|---|
| 24 | reverse.lgt |
|---|
| 25 | Simple object reading from a file (next.txt), and writing to |
|---|
| 26 | another file (previous.txt), clauses that use infix operators. |
|---|
| 27 | |
|---|
| 28 | local.lgt |
|---|
| 29 | Simple example of defining an operator local to a source file. |
|---|