code: purgatorio

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