determines whether an element belongs to a set
b = element_of(e,set1)
set
character string
%T
(true) or %F
(false)
The function element_of
returns true
(%T
) if the element e
is an element of the set
set1
and false (%F
)
if it is not.