Did you know ... Search Documentation:
Pack dialect-ciao -- prolog/dialect/ciao/lists.pl
PublicShow source
 nth(?Index, ?List, ?Element) is nondet
True if Element is the N-th element in List. Counting starts at 1.
deprecated
- use nth1/3.
 list_insert(-List, +Term)
Adds Term to the end of List if there is no element in List identical to Term.
 sublist(?List1, +List2)
List2 contains all the elements of List1.