code: purgatorio

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