code: 9ferno

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