Embed Tcl-Code, which is used by
Jeszra whenever the project is loaded.
Clients
embedTcl is being used by ::vgcode::mkSources clients.
Example 3.17. ::vgcode::mkSources using embedTcl
...
# a single instance of 'inlay' gets used here...# store widget _class
append _class \
[dumper::embedTcl \
[subst {set ::rat(WIDGETCLASS,$procname) \
[string tolower $cl]}]]