git: purgatorio

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