ref: 0ec1cfd78b495e9be40e4aa24e35b2aa5d5e5704
dir: /opt/skel/appl/lib/examplelib.b/
implement ExampleLib;
include "sys.m";
sys: Sys;
include "../../module/examplelib.m";
init()
{
sys = load Sys Sys->PATH;
sys->print("Hello from ExampleLib->init()\n");
}