1TclLib : module 2{ 3 exec : fn(tcl : ref Tcl_Core->TclData,argv : array of string) : 4 (int,string); 5 about : fn() : array of string; 6}; 7