code: 9ferno

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