summaryrefslogtreecommitdiff
path: root/module/tcllib.m
diff options
context:
space:
mode:
Diffstat (limited to 'module/tcllib.m')
-rw-r--r--module/tcllib.m6
1 files changed, 6 insertions, 0 deletions
diff --git a/module/tcllib.m b/module/tcllib.m
new file mode 100644
index 00000000..39222c62
--- /dev/null
+++ b/module/tcllib.m
@@ -0,0 +1,6 @@
+TclLib : module
+{
+ exec : fn(tcl : ref Tcl_Core->TclData,argv : array of string) :
+ (int,string);
+ about : fn() : array of string;
+};