code: 9ferno

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