summaryrefslogtreecommitdiff
path: root/module/tcllib.m
blob: 39222c62b05251e331278b7b10aa08fb63abe3c0 (plain)
1
2
3
4
5
6
TclLib : module
{
	exec : fn(tcl : ref Tcl_Core->TclData,argv : array of string) : 
			(int,string);
	about : fn() : array of string;
};