shithub: purgatorio

ref: 51bcc63cc6bce3f9dab27cf6bd7155512b82c8fa
dir: purgatorio/module/tcllib.m

View raw version
TclLib : module
{
	exec : fn(tcl : ref Tcl_Core->TclData,argv : array of string) : 
			(int,string);
	about : fn() : array of string;
};