Did you know ... Search Documentation:
swi_compatibility.pl -- XPCE Compatibility layer
PublicShow source

This layer defines some predicates to enhance portability with SICStus and Quintus Prolog. These systems are no longer supported, but it is probably wise to keep this layer for `just-in-case'.

Source auto_call(:Goal)
Autoload Goal and call it. If autoloading is enabled we can simply call the target. Otherwise we autoload the predicate and subsequently call it.

This predicate should be used to open new IDE tools, for example the manual opening the editor, etc.

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

Source callable_predicate(Arg1)
Source modified_since_last_loaded(Arg1)
Source pce_error(Arg1)
Source pce_warn(Arg1)
Source pce_info(Arg1)