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


base_prune

base_prune(A,S)
: It returns a list in which A is removed from S.

Example:

 base_prune("cat",["dog","cat","monkey"]);


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