| Did you know ... | Search Documentation: |
| pce-defaults |
|char_array->load_defaults,
class class_variable
and class_variable/4.
The default value is the file("$PCEHOME/Defaults")
A runtime application that wishes the defauts to be in the resource file should do:
resource(pce, defaults, pce('Defaults')).
:- initialization
send(@pce, defaults, rc(pce, defaults)).