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