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