code: purgatorio

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