ensure_loaded/1¶
ensure_loaded(+ F)* is iso 1 When the files specified by F are module files, ensure_loaded//11 loads them if they have note been previously loaded, otherwise advertises the user about the existing name clashes and prompts about importing or not those predicates.
Predicates which are not public remain invisible.
When the files are not module files, ensure_loaded//11 loads them if they have not been loaded before, and does nothing otherwise.
F must be a list containing the names of the files to load.