aboutsummaryrefslogtreecommitdiff
path: root/stdlib.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib.tcl')
-rw-r--r--stdlib.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib.tcl b/stdlib.tcl
index 0b73ba6..d0256d0 100644
--- a/stdlib.tcl
+++ b/stdlib.tcl
@@ -1,3 +1,5 @@
+# Implements script-based standard commands for Jim Tcl
+
# Creates an anonymous procedure
proc lambda {arglist args} {
tailcall proc [ref {} function lambda.finalizer] $arglist {*}$args