| Did you know ... | Search Documentation: |
| @class |
PCE var object that points to the currently compiling class. Pushed/popped by pce_begin_class/3 and pce_end_class/0.
Intended for directives on the class that are not converted by the Prolog preprocessor. For example:
:- pce_begin_class(myclass, object). :- send(@class, save_style, external). ... :- pce_end_class.
See also pce_compiling/1.