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