ref: 43de7b8419fa3582af6df803473ef1bde2ce5c23
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"); }