code: 9ferno

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