Hi,
after:

local -T VAR var

doing:

unset var

unsets also VAR. The manual states this cannot be avoided. But maybe there's a graceful way of untying the vars? I'm using -U flag to quickly uniquify the scalar, however this method is problematic as the array vars are left over.

--
Best regards,
Sebastian Gniazdowski