Posted to tcl by schelte at Mon Sep 26 09:25:25 GMT 2022view raw

  1. proc config args {
  2. package require config
  3. namespace import -force config::config
  4. tailcall {*}[info level 0]
  5. }
  6.