range [Relation]


Purpose

This relation finds the range of a given relation.

Syntax

range relation concept

Domain

The relation argument is a binary or n-ary relation.

Range

The concept argument is the concept which is the range of relation.

Examples

(retrieve ?x (range wife ?x)) ==> (|C|WOMAN) 
(retrieve ?x (range + ?x)) ==> (|C|NUMBER) 
(ask (range successor Constant)) ==> T

See Also

Last modified: Jun 1 1995