Changeset 4437 for trunk/configs

Show
Ignore:
Timestamp:
08/19/08 11:36:01 (5 months ago)
Author:
pmoura
Message:

Updated B-Prolog compatibility notes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/NOTES.txt

    r4435 r4437  
    8989    ::/2 finite-domain built-in predicate (you may use the alternative  
    9090    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. 
    9197 
    9298    You can generate a new Prolog top level that includes the config file, the