0 votes
in Prolog by
Explain What Is List Structures In Prolog?

1 Answer

0 votes
by

A Prolog list is referred as an ordered sequence of elements of arbitrary length. Here the elements are variables, constant, structures, including other lists.

...