git: purgatorio

ref: a39ae178fcc4387fe63efea4d15b34d52f4a13de
dir: /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;
};