ref: ccd7f9f1597e56d121e1d05cf6af86f688ef2c48
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");
}