Availability:built-in
nb_delete(+Name)Delete the named global variable. Succeeds also if the named variable
does not exist. Deleting a global variable ensures the variable is
associated to a reserved value to avoid subsequent calls to exception/3.
Note that this implies that the resources associated with a global
variable are never fully reclaimed.