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