example:
xotcl::Object create o1
o1 set x 1
o1 proc foo {} {export_vars -base /foo {a :x b}}
o1 foo
result:
/foo?x=1
Show less
Got a suggestion or an issue? Discuss it on the Atlassian Community or visit Atlassian Support for other options.