aboutsummaryrefslogtreecommitdiff
path: root/auto.def
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-12-01 14:32:09 +1000
committerSteve Bennett <steveb@workware.net.au>2023-02-13 10:52:21 +1000
commit4255d54c254a5f49a19017a3071b8d7ff35e70e9 (patch)
tree3f0a7d263850cb461321d76b6ca5f84a286f7322 /auto.def
parentd295fb1b6124575793add4b95860fabd1539a099 (diff)
downloadjimtcl-4255d54c254a5f49a19017a3071b8d7ff35e70e9.zip
jimtcl-4255d54c254a5f49a19017a3071b8d7ff35e70e9.tar.gz
jimtcl-4255d54c254a5f49a19017a3071b8d7ff35e70e9.tar.bz2
ensemble: Add a simple ensemble command
Uses a prefix to automatically map from subcommand to implementation. Includes support for namespace ensemble Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'auto.def')
-rw-r--r--auto.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto.def b/auto.def
index 0ea71b3..fef620d 100644
--- a/auto.def
+++ b/auto.def
@@ -65,6 +65,7 @@ foreach {mod attrs help} {
array {} {Tcl-compatible array command}
binary { tcl optional } {Tcl-compatible binary command}
clock {} {Tcl-compatible clock command}
+ ensemble { optional tcl } {Ensemble command}
eventloop { static } {after, vwait, update}
exec { static } {Tcl-compatible exec command}
file {} {Tcl-compatible file command}