search for:
.?
-- check for presence of elements whose key is a symbol
x.?k
-- the same as
x#?(global k)
, tells whether a value is available with
x.k
.
See also:
.
-- access to elements whose key is a symbol
#?
-- check for presence of elements
search for: