Locate and serve files for the Examples menu as well as examples included from overview notebooks. The examples come from two sources:
examples
. Such files are
distributed with SWISH.example
. Such files can be created by the
users.This module also makes the known examples available through swish_provides/1 for supporting conditional statements on example overview notebooks.
:- if(swish_provides(example('chat80.pl',_,_))). ... :- endif.