Clearing a variable?

No

No, variable can only be declared const at their first definition (and function-defs do this implicitly).

(Also, a variable which was declared const cannot be bound to a value of another type.)

Sorry!

1 Like