code: 9ferno

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