Key:Free(Boolean keyhandler)
Releases the variable from being bound to the key assigned to it.
Boolean keyhandler - a Boolean variable bound to a key using Key:New.
keyhandler should be bound with a Key from Key:New.
The sample code below demonstrates two separate attempt to override the bound Boolean variable.
The first attempt fails, the next attempt succeeds because of Key:Free.