code: 9ferno

ref: 0c183bcdd30bdd4cfa2251c6e625b819b6ef7a8e
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);
};