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

proc config args {
    package require config
    namespace import -force config::config
    tailcall {*}[info level 0]
}