FASILL documentation Predicate Reference loading fasill source files

Loading FASILL source files

This section deals with loading FASILL source files. A FASILL source file is a plain text file containing a FASILL program or similarity scheme.

consult/1

Load program rules.

consult( +atom )

consult(Path) is true if the file Path exists and is loaded into the environment.

consult_sim/1

Load similarities.

consult_sim( +atom )

consult_sim(Path) is true if the file Path exists and is loaded into the environment.