code: 9ferno

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