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


base_position

base_position(A,S)
: It returns the position of A in S.

Example:

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


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