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