code: purgatorio

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