[top] [up] [next]

Creating a new module


The predicate create_module/1 is used for creating a new module. The single parameter of this predicate is the internal name of the module. The module is created with the open-mode readwrite, so the module can be saved by save_module/1, save_module/2 or save_module/3.

    create_module( <internal-name> ).

Example:

    create_module(m23).

[top] [up] [next]

 

info@trinc-prolog.com