code: 9ferno

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