code: 9ferno

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