code: purgatorio

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