Changeset 4367 for trunk/examples

Show
Ignore:
Timestamp:
07/12/08 09:04:08 (6 months ago)
Author:
pmoura
Message:

Moved support for categories that complement existing objects from the code generated when compiling objects to the Logtalk runtime, making the implementation of this feature easier to maintain and contributing to smaller code sizes of the intermediate Prolog files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/complements/SCRIPT.txt

    r4358 r4367  
    1414| ?- logtalk_load(complements(loader)). 
    1515... 
     16 
     17 
     18% find categories that complement objects: 
     19 
     20| ?- complements_object(Category, Object). 
     21Category = logging, 
     22Object = employee. 
     23 
     24yes  
    1625 
    1726