code: purgatorio

ref: 82a3f55c5fb7b9f7a82449e4eb943c535ec3e491
dir: /opt/skel/appl/lib/examplelib.b/

View raw version
implement ExampleLib;

include "sys.m";
	sys: Sys;
include "../../module/examplelib.m";


init()
{
	sys = load Sys Sys->PATH;
	sys->print("Hello from ExampleLib->init()\n");
}