shithub: purgatorio

ref: 5edeca01b0622463a65c126ebcc29314013fd928
dir: purgatorio/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);
};