Changeset 4596 for trunk/examples

Show
Ignore:
Timestamp:
11/19/08 12:33:49 (7 weeks ago)
Author:
pmoura
Message:

Added an example, "cc", of using conditional compilation directives to implement a portable operating-system interface for some Prolog compilers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/NOTES.txt

    r4572 r4596  
    7474    illustrates how to use events to avoid breaking object encapsulation 
    7575 
     76cc 
     77    example of using conditional compilation directives to write code 
     78    portable across several back-end Prolog compilers 
     79 
    7680classmethods 
    7781    example of defining "class methods" as found on some class-based