![]() |
File
The complete filename of the file to add to the project is displayed here.
Name of module
The name of the module can be entered here, this is the name by which the module is
identified in Prolog predicates like close_module/1 after the
file has been compiled. Each module of a project must have a unique name.
Open Mode
If the mode is 'read' then no clauses can be asserted to or retracted from the module, if
the mode is 'read/write' then clauses can be asserted or retracted.
see also: Project window