| Did you know ... | Search Documentation: |
| Directives |
PCE related directives
The PCE/Prolog interface defines a number of special directives:
pce_global(Ref, Pred|New) % Declare global object pce_autoload(Class, File) % File defines class pce_begin_class(Class, Super) % Start class definition pce_end_class. % End class definition
Parent: Prolog Interface