code: purgatorio

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