code: 9ferno

ref: 5ccd7ec6e5ef5312dec0ad022584d9ff2c00b71e
dir: /appl/spree/join.m/

View raw version
Join: module {
	PATH: con "/dis/spree/join.dis";
	join: fn(ctxt: ref Draw->Context, mnt: string, dir: string, joinstr: string): string;
	init:   fn(ctxt: ref Draw->Context, argv: list of string);
};