unset [function]
unset( dict|map var, (string) key )
removes an entry named key
from the dictionary var
key
is only required to be ofstring
type if adict
is passed
key
from the dictionary var
key
is only required to be of string
type if a dict
is passed