![]() |
YAP 7.1.0
|
module(+M) More...
module(+M)
properties: deterministic
set the type-in module
Defines M to be the current working or type-in module All files which are not bound to a module are assumed to belong to the working module (also referred to as type-in module) To compile a non-module file into a module which is not the working one, prefix the file name with the module name, in the form _Module_: _File_
, when loading the file