code: purgatorio

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