Go to the first, previous, next, last section, table of contents.


base_memberq

base_memberq(A,S)
: It returns 1 if A is a member of the set S else returns 0.

Example:

 base_memberq(2,[1,2,3]);


Go to the first, previous, next, last section, table of contents.