code: 9ferno

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