Changeset 4437 for trunk/configs
- Timestamp:
- 08/19/08 11:36:01 (5 months ago)
- Files:
-
- 1 modified
-
trunk/configs/NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/NOTES.txt
r4435 r4437 89 89 ::/2 finite-domain built-in predicate (you may use the alternative 90 90 in/2 predicate instead). 91 92 Some of the B-Prolog built-in predicates (e.g. set_to_list/2 or (@=)/2) 93 are not core predicates and can be redefined by the user. The predicate 94 predicate_property/2 does not return the property "built_in" for these 95 predicates. The solution is to encapsulate calls to these predicates 96 within objects and categories using the Logtalk {}/1 control construct. 91 97 92 98 You can generate a new Prolog top level that includes the config file, the
