#?
x#?i -- tells whether there is a value associated to the key i in
the hash table x; or else whether the i-th element of x exists if x is a list,
array, or sequence; or else whether the i-th character of x exists if x
is a string; or the value stored in the database x under the key i, which
must be a string.
See also #.



