Changeset 1075
- Timestamp:
- 06/12/04 03:23:04 (5 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
examples/NOTES (modified) (1 diff)
-
QUICK_START (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/NOTES
r1056 r1075 7 7 8 8 9 This folder contains several examples of Logtalk programs. Most of 10 these examples need objects, protocols, and categories that are 11 defined in the Logtalk standard library or in other examples, so 9 This folder contains several examples of Logtalk programs. A brief 10 description of each example is included below. 11 12 Each example contains a NOTES file and a loader utility file that may 13 be used to load all the example entities. In addtion, most examples 14 contain a SCRIPT file with sample queries for your to try. 15 16 Most of these examples need objects, protocols, and categories that 17 are defined in the Logtalk standard library or in other examples, so 12 18 you should load them first (see the NOTES files inside the library 13 19 folder and the NOTES file inside each example folder). -
trunk/QUICK_START
r1069 r1075 61 61 62 62 2. Open the examples sub-directory. There you find several sub-directories 63 with ready to run examples and a NOTES file containing a brief description 64 of each example. Select and open one of the examples sub-directory. 63 with ready to run examples and a NOTES file containing general instructions 64 and a brief description of each example. Select and open one of the examples 65 sub-directory. 65 66 66 67 3. Read the example NOTES file. Some examples are dependent on other examples
