tsp icon indicating copy to clipboard operation
tsp copied to clipboard

native "info exists" support

Open lehenbauer opened this issue 9 years ago • 0 comments

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.

lehenbauer avatar Aug 10 '15 16:08 lehenbauer