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