loads a file into MINERVA.
load/1 loads the MINERVA-Code of FileName.mbc into MINERVA.
FileName string
| load(operator). | If the file operator.mbc exists, contains legal minerva code and can be read, the definitions in operator.mbc will be loaded into the MINERVA database and the initialization code (init-Directive) will be executed. |
| load('http://host/dir/prog.mbc'). | |
| load('ftp://host/dir/prog.mbc'). | |
| load('file:///C:/minlocal/hi_world.min'). |
This predicate is not part of the ISO-Prolog Standard.