Word description If a value equal to obj is present in the hash-set, return the copy from the set, otherwise add obj to the hash-set and return the original. When used with strings, this word can be used to implement string interning, see https://en.wikipedia.org/wiki/String_interning.