shithub: purgatorio

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