shithub: purgatorio

ref: 94443daf8e248e65afc8d3f17f26efea22748b51
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;
};