|
Revision 1052, 285 bytes
(checked in by pmoura, 5 years ago)
|
|
Use Logtalk source files for loading library and examples entities.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | |
|---|
| 2 | :- initialization( |
|---|
| 3 | logtalk_load([ |
|---|
| 4 | termp, term, |
|---|
| 5 | atomic, |
|---|
| 6 | atom, callable, |
|---|
| 7 | characterp, character, |
|---|
| 8 | number, float, integer, natural, |
|---|
| 9 | compound, |
|---|
| 10 | listp, list, difflist, |
|---|
| 11 | numberlistp, numberlist, |
|---|
| 12 | varlist, |
|---|
| 13 | queuep, queue, |
|---|
| 14 | dictionaryp, bintree, |
|---|
| 15 | setp, set, |
|---|
| 16 | comparingp])). |
|---|