PreviousUpNext

14.2.19  Lib_Base

The standard library Lib_Base api defines access to core library functionality.

The Lib_Base api is implemented by the lib_base package.

The Lib_Base api source code is in src/lib/src/lib-base.api.

The above information is manually maintained and may contain errors.

api {
    exception UNIMPLEMENTED String;
    exception IMPOSSIBLE String;
    exception NOT_FOUND;
    failure : {fn:String, module:String, msg:String} -> X;
    version : {date:String, system:String, version_id:List(Int )};
    banner : String;};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext