shithub: purgatorio

ref: 8a788aea84aad3bfbd5b39d78c1925654f3b9e14
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);
};