| Did you know ... | Search Documentation: |
| Predicate free/1 |
free(+Ref)
free/1
only fails if the object may not be freed (see
object->protect);
it succeeds silently if there is no such object. If
Ref is an anonymous reference it is also released:
it then writes as <pce>(freed), object/1
fails on it and using it raises an existence error, rather than denoting
whatever is allocated in its place later.