ancestor

ancestor(x,y) -- tells whether y is an ancestor of x.

The ancestors of x are x, parent x, parent parent x, and so on.

See also classes.

Go to main index.

Go to concepts index.