tsp
tsp copied to clipboard
native "info exists" support
Currently tsp cannot compile something like
set bool [info exists flightplan(orig)]
It apparently does support
set want "orig"
set bool [info exists "flightplan($want)"]
...but it only works when the variable is quoted with double quotes or something.